There is a more up to date fork  ↗here.
But I do not know how to build it.
There is some makefiles/CMakeLists.txt, I can run cmake configuration on it (cmake -S makefiles), but I cannot get any makefile created nor anything building. I also tried copying the makefiles/CMakeLists.txt into src/ and running cmake within there.
A Makefile is not there anymore.
If anyone knows how to build it, please tell. I do not know how to manually invoke the compilers to combine parts of a project if more than one source file is involved.
Pinned Comments
dreieck commented on 2026-03-05 11:32 (UTC) (edited on 2026-03-05 11:32 (UTC) by dreieck)
There is a more up to date fork  ↗here.
But I do not know how to build it.
There is some
makefiles/CMakeLists.txt, I can runcmakeconfiguration on it (cmake -S makefiles), but I cannot get any makefile created nor anything building. I also tried copying themakefiles/CMakeLists.txtintosrc/and runningcmakewithin there.A
Makefileis not there anymore.If anyone knows how to build it, please tell. I do not know how to manually invoke the compilers to combine parts of a project if more than one source file is involved.