summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
commit7a00574163029c0c2b649878c95d5acbd083564a (patch)
treec13cc5736025834df2874ed87ee8598070025ea6 /INSTALL
parentb745315323de9f27538edac9453205ca70e6186e (diff)
Imported Upstream version 1.7.2+dfsg
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL38
1 files changed, 33 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index d70ba81..f3cfb80 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,25 +3,53 @@
QUICKSTART
-Try:
+Either:
+ Obtain source via SVN with:
+ svn co http://crosswire.org/svn/sword/trunk sword
+ cd sword
+ ./autogen.sh
+
+ or,
+ unpack a source package and change to that directory.
+
+Have a look at the OPTIONS in usrinst.sh to see if they suit your needs.
+Pay particular attention to libdir=/usr/lib64. Ubuntu and many other
+systems store 64bit libraries simply in /usr/lib. If you are building
+on a 32-bit machine, you'll almost certainly wish to change this to
+/usr/lib
+
+Then, try:
./usrinst.sh
make
- su
- make install
+ sudo make install
If you have never installed sword before and/or are happy with a default
configuration, you may wish to type:
- make install_config
+ sudo make install_config
for a basic configuration. WARNING: THIS WILL OVERWRITE AN EXISTING
CONFIGURATION. It is OK to rerun this if you have not changed any
parameters in /etc/sword.conf
+Now let's grab some content:
+
+ cd utilities/
+ sudo ./installmgr -sc
+ sudo ./installmgr -r CrossWire
+ sudo ./installmgr -ri CrossWire KJV
+
+Now lets try it out:
+
+ cd ../examples/cmdline
+ make
+ ./lookup KJV Jn.3.16
+
If the above steps do not work, or if you're particular about your
configuration, please read on.
+________________________________________________________________
BUILD CONFIGURATION
@@ -133,7 +161,7 @@ Also, when a sword.conf file is used, any number of:
AugmentDataPath=/where/more/modules/are/installed
entries may be included. These are useful to tell sword to scan,
-for example, CDROM, MMC, or other removable media locations.
+for example, CDROM, SDCARD, or other removable media locations.