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
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?