[sword-svn] r2797 - trunk
scribe at crosswire.org
scribe at crosswire.org
Fri Apr 12 13:42:52 MST 2013
Author: scribe
Date: 2013-04-12 13:42:52 -0700 (Fri, 12 Apr 2013)
New Revision: 2797
Modified:
trunk/INSTALL
Log:
added more to the quickstart to actually get someone quick started
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2013-04-11 16:18:45 UTC (rev 2796)
+++ trunk/INSTALL 2013-04-12 20:42:52 UTC (rev 2797)
@@ -12,11 +12,16 @@
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
+ make -j
sudo make install
If you have never installed sword before and/or are happy with a default
@@ -28,6 +33,19 @@
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.
More information about the sword-cvs
mailing list