[sword-svn] r3039 - trunk/doc

chrislit at crosswire.org chrislit at crosswire.org
Fri Feb 28 04:33:23 MST 2014


Author: chrislit
Date: 2014-02-28 04:33:23 -0700 (Fri, 28 Feb 2014)
New Revision: 3039

Modified:
   trunk/doc/QUICKSTART.ubuntu
Log:
missing make package--otherwise this worked on my clean Ubuntu 13.10 install


Modified: trunk/doc/QUICKSTART.ubuntu
===================================================================
--- trunk/doc/QUICKSTART.ubuntu	2014-02-28 06:40:23 UTC (rev 3038)
+++ trunk/doc/QUICKSTART.ubuntu	2014-02-28 11:33:23 UTC (rev 3039)
@@ -10,7 +10,7 @@
 # the engine, install a modules, and test with a simple command line tool:
 
 # install necessary packages for all features of SWORD to be enabled
-sudo apt-get install autoconf autogen automake subversion g++ libtool zlib1g-dev libicu-dev libclucene-dev libcurl4-openssl-dev
+sudo apt-get install autoconf autogen automake subversion make g++ libtool zlib1g-dev libicu-dev libclucene-dev libcurl4-openssl-dev
 
 # checkout and build the source tree
 svn co https://crosswire.org/svn/sword/trunk sword




More information about the sword-cvs mailing list