I have been able to compile the latest git version successfully without much hassle!
The only weird thing was having to copy the two .sig files from ./src/metadata
to ./src/metadata/sigs
.
I then followed the instruction on the documentation, and all went apparently well:
cp src/metadata/*.sig src/metadata/sigs
cmake -B build -S .
cmake --build build
The compiled output will then complain about missing configuration files, so there's one extra step involved:
cd build
cp -r ../resources/{base_config/{zc.cfg,zcl.cfg},modules,docs,sfx.dat} .
That seems to do the trick and run the latest version.
Pinned Comments
MarsSeed commented on 2022-04-10 01:05 (UTC)
Unfortunately upstream says the v2.53 and newer builds are not working properly on Linux.
Also their public guide for building on Linux is very outdated and sketchy.
So for now I haven't tried to build this application from source.
carstene1ns commented on 2013-06-04 06:56 (UTC)