[sword-svn] r2652 - trunk

scribe at crosswire.org scribe at crosswire.org
Sun Aug 7 09:47:10 MST 2011


Author: scribe
Date: 2011-08-07 09:47:10 -0700 (Sun, 07 Aug 2011)
New Revision: 2652

Modified:
   trunk/INSTALL
Log:
updated a the install doc a little


Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2011-08-04 19:05:09 UTC (rev 2651)
+++ trunk/INSTALL	2011-08-07 16:47:10 UTC (rev 2652)
@@ -3,17 +3,26 @@
 
 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.
+
+
+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
@@ -22,6 +31,7 @@
 If the above steps do not work, or if you're particular about your
 configuration, please read on.
 
+________________________________________________________________
 
 BUILD CONFIGURATION
 
@@ -133,7 +143,7 @@
 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.
 
 
 




More information about the sword-cvs mailing list