Quantcast
Channel: LinuxQuestions.org - Blogs - Ztcoracat
Viewing all articles
Browse latest Browse all 25

How To Install Xiphos on Debian

$
0
0
Hi:

First go to Xiphos.org and download the src pkg, tar.gz.
http://xiphos.org/download/

Now the install file says to go to Git Hub to download Xiphos but that link didn't work for me so I downloaded the tar.gz and had to compile from src.

cd to the directory where you have xiphos and run the first cmd in the install file.
Code:
$ sudo apt-get install cpp intltool libdbus-glib-1-dev libwebkitgtk-3.0-dev libxml2-dev libgsf-1-dev libgconfmm-2.6-dev libsword-dev uuid-dev gnome-doc-utils rarian-compat libwebkitgtk-dev libglade2-dev
Than from that same directory run:
Code:
./waf configure --prefix=/usr --debug-level=optimized --enable-webkit-editor
Continue to satisfy dependencies until configure finishes successfully.

Than build and install as root.

Code:
    $ ./waf build

Then install:

    $ sudo ./waf install
When it came time to install a few of the dependencies it got intresting to say the least.
However I had help from one of our members here: Mill J who did an exceptional job at assisting me.

Here's the thread if you need help.

https://www.linuxquestions.org/quest...ng-4175620756/

HTH

Cheers,

Ztcoracat

Viewing all articles
Browse latest Browse all 25

Trending Articles