[sword-devel] Building SWORD on ubuntu 12.04
Karl Kleinpaste
karl at kleinpaste.org
Wed Feb 26 16:01:47 MST 2014
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/sword-devel/attachments/20140226/b0e3e380/attachment-0001.html>
More information about the sword-devel
mailing list