On 04.12.23 at 16:34 wrote raspLover:
Hi,

i'm no compiling expert.
is there a step by step to build the filedaemon on the raspberry pi?

For Raspberry Pi OS, so Debian based, right?

Than you can easily build the Debian packages:

# get the source
git clone https://github.com/bareos/bareos.git
cd bareos/

# check build requirement.
# You have to manually install the missing packages.
dpkg-checkbuilddeps

# create debian/changelog file
NOW=$(LANG=C date -R -u)
cmake -P write_version_files.cmake
BAREOS_VERSION=$(cmake -P get_version.cmake | sed -e 's/-- //')
printf "bareos (%s) unstable; urgency=low\n\n * dummy\n\n -- nobody <nob...@example.com> %s\n\n" "${BAREOS_VERSION}" "${NOW}" | tee debian/changelog

# build the packages
fakeroot debian/rules binary

# resulting packages will be in the parent directory
cd ..
ls *.deb

--
 Jörg Steffens                   joerg.steff...@bareos.com
 Bareos GmbH & Co. KG            Phone: +49 221 630693-91
 https://www.bareos.com          Fax:   +49 221 630693-10

 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
 Komplementär: Bareos Verwaltungs-GmbH
 Geschäftsführer: Stephan Dühr, Jörg Steffens, Philipp Storz


--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/ukkuj6%24143g%241%40ciao.gmane.io.

Reply via email to