Daniel,
If you are looking at the code I sent you, you will need the latest SVN
to compile against it.
I have have a fresh Ubuntu (13.10, but the packages seem to be named the
same for quite some time) and here is what I have just done to get a
full featured SWORD configuration reported at t
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 "a
That ppa is the one that hasn't been updated in almost 2 years. So the
version of sword in it is 1.6.1 not 1.7.2
I'm interested in sword not a front end.
I'm on ubuntu 12.04 because that is the current long term support version (LTS).
God bless,
Daniel Hughes
On Thu, Feb 27, 2014 at 2:25 AM,
On 26/02/14 10:38, Daniel Hughes wrote:
I am trying to build SWORD on ubuntu 12.04. I am a c# develop so have
no experience with building cpp/c applications
You might also want to look up:
https://launchpad.net/~pkgcrosswire/+archive/ppa
The information I gave earlier will only build the eng
On 26/02/14 10:38, Daniel Hughes wrote:
I am trying to build SWORD on ubuntu 12.04. I am a c# develop so have
no experience with building cpp/c applications
I'm afraid the readme is out of date. What you need to do is:
Install the libicu-dev package also build-essential, automake, libtool
an