forked from townforge/townforge
dsc
8ccbce3e5d
Step 1: Build a docker base image ```bash docker build -f Dockerfile_linux_static --tag town:town --build-arg THREADS=8 . ``` ```bash docker run --rm -it -v <TOWNFORGE_DIR_FULL_PATH>:/townforge -w /townforge town:town sh -c 'make release-static -j8` ``` `<TOWNFORGE_DIR_FULL_PATH>` - absolute path to `townforge` directory Townforge static binaries will be placed in the `townforge/release/bin/` directory. |
||
---|---|---|
.. | ||
build_scripts | ||
conf | ||
gpg_keys | ||
logs | ||
munin_plugins | ||
python-rpc | ||
systemd | ||
translations | ||
.gitignore | ||
doxygen-publish.sh |