Welcome to the NetCologne GmbH open source mirroring service!
This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
Build the documentation — Bareos Documentation documentation
Build the documentation
This following shell script will show how to build the Bareos documentation from source.
Example shell script
#!/bin/sh
mkdir bareos-local-tests
cd bareos-local-tests
git clone https://github.com/bareos/bareos.git
mkdir build-docs
cd build-docs
cmake -Ddocs-only=yes ../bareos
make