On 02/26/2014 05:38 AM, Daniel Hughes wrote: > What do I need to do to build the latest sword? Start with a fresh tree. Edit usrinst.sh to enable shared libs: #OPTIONS="--disable-shared $OPTIONS" Then... ./autogen.sh ./usrinst.sh make sudo make install
autogen.sh will require that you have the "autotools" packages (autoconf, autogen, automake). usrinst.sh runs configure for you, with good options. As observed, for this to succeed you need the development packages for a number of libraries, notably ICU.
_______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page