Installation instructions
==========================

On Linux install Xiphos through you package manager, for example on Fedora:

    $ sudo yum install xiphos

Or on Debian, Ubuntu, or Linux Mint:

    $ sudo apt-get update
    $ sudo apt-get install xiphos

If you use Windows download the .exe file from
http://sourceforge.net/projects/gnomesword/files/Xiphos/3.2.2/xiphos-3.2.2-win32.exe/download

Compile Xiphos from source
==========================

To compile Xiphos from source you will need to get a checkout of Xiphos from
Sourceforge. To do so, do:

    $ svn checkout svn://svn.code.sf.net/p/gnomesword/code/trunk xiphos

Now to compile the GTK3 version of Xiphos you need to make sure you have these
packages installed:

    $ sudo yum install gcc-c++ intltool gtk3-devel dbus-glib-devel gtkhtml3-devel webkitgtk3-devel libxml2-devel libgsf-devel gconfmm26-devel sword-devel libuuid-devel gnome-doc-utils rarian rarian-compat

Next we need to configure everything:

    $ ./waf configure --prefix=/usr --debug-level=optimized

Now we build:

    $ ./waf build

Then install:

    $ sudo ./waf install

