Skip to main content
Topic: To Build From Source: Xiphos...For Success, What's Needed? (Read 120 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

To Build From Source: Xiphos...For Success, What's Needed?

I would like to build Xiphos.
When I have tried in the past it failed, I'm not sure why, that was awhile ago.
The instructions from: xiphos.org/download/

Check out the current GIT source tree with:

git clone https://github.com/crosswire/xiphos.git

Then build under Linux using:

cd xiphos
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DGTKHTML=ON
make -C build
sudo make -C build install

Seems so easy...but when you look at the dependencies at github...
https://github.com/crosswire/xiphos/blob/master/INSTALL.md

Code: [Select]
chmcmd                 Creates a Compressed HTML help file (chm)
CMake                  Cross-platform make system
Gtk+-2.0 or GTK+-3.0   The GIMP Toolkit
WebKit1 or Webkit2     Port to Gtk+ of the WebKit rendering engine
appstream-util         Utility to validate AppStream metadata
biblesync>=1.2.0       Protocol to support Bible software shared co-navigation
dbus-glib              API for use of D-Bus from GLib applications
desktop-file-validate  Validates a desktop file
gcc                    GCC, the GNU Compiler Collection
gconfmm                C++ wrappers for GConf
gtkhtml                Lightweight HTML rendering/editing engine
intltool               An internationalization tool
intltool               Set of tools to centralize translation
itstool                Translates XML documents with PO files
libgsf                 The G Structured File Library
libuuid                universally unique identifier library
libxml2                XML C parser and toolkit
make                   A GNU tool which simplifies the build process for users
minizip                Minizip contrib in zlib
sword >= 1.8.1         CrossWire Bible Society's Bible software
xmllint                Validates an XML file against an XSD schema
yelp-build             Creates HTML, EPUB, and other files from help files

Is this possible to build on Artix.

Could you explain the steps to build this?
Do you see any potential problems before beginning?

 

Re: To Build From Source: Xiphos...For Success, What's Needed?

Reply #1
You can install xiphos from arch's extra repo, I just tried and it works all right. Or you can adapt PKGBUILD from there and makepkg locally. As far as I can see there is no systemd needs so it should normally compile in Artix.

 
Artix forum uses a single cookie to remember youOK