The following libraries are known to work. Minimal versions (marked with “>=”) indicate
versions that introduced new features that are used.
Optional packages that can be helpful (omitting these is not well-tested)
To compile MUTABOR from the git repositiory do the following:
configure the build
Note that configure has several configuration options which might be interesting
./configure --help
build MUTABOR
In short: open a shell and enter the following commands
git clone --depth 1 --single-branch --branch master git://git.code.sf.net/p/mutabor/code mutabor-code
cd mutabor-code
git submodule init
git submodule update
autoreconf -i
./configure
make
make install