I am NOT a programmer but I want to compile bareos client only (file daemon) onto my firewall which is called ipfire as it has a bacula client that works with bareos but this was upgraded and now it is not compatible anymore.
I have downloaded the bareos source files and I cannot find any documentation on how to compile from source. I did find documentation that said to run ./configure and then run make etc but these instructions seem old.
I think the new source is supposed to compiled using cmake (which I have never heard of until today)
I have read about cmake and how easy it is supposed to be, which is probably true if you use it everyday and know how it all works.
I just want to be able to compile the client and its is not easy for someone with zero experience with cmake or compiling. Is there anyone out there that knows how to do this and have instructions on how to compile the client only?
Thanks
fakeroot debian/rules binary
CMake
Warning at cmake/BareosCpmPackages.cmake:27 (message):
Detected
FETCHCONTENT_FULLY_DISCONNECTED is set.
As
this will break fetching, only local packages will be considered!
Call
Stack (most recent call first):
CMakeLists.txt:198
(include)
CMake
Error at cmake/CPM.cmake:728 (message):
CPM:
CLI11 not found via find_package(CLI11 2.1.2)
Call
Stack (most recent call first):
cmake/BareosCpmPackages.cmake:38
(CPMAddPackage)
CMakeLists.txt:198
(include)
Am 11.02.2025 um 13:15 schrieb Wijnand van der Giessen <gies...@gmail.com>:CMake Error at cmake/CPM.cmake:728 (message):
CPM: CLI11 not found via find_package(CLI11 2.1.2)
Call Stack (most recent call first):
cmake/BareosCpmPackages.cmake:38 (CPMAddPackage)
CMakeLists.txt:198 (include)And a few more other packages it can't find.
Am 14.02.2025 um 10:37 schrieb Andreas Haase <andrea...@community4you.de>:Try the following before starting the compile run:apt-get install libcl11-dev