townforge/utils
dsc 8ccbce3e5d Added dockerfile for static builds and kitware (CMake) key for ppa
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.
2020-08-31 00:24:46 +02:00
..
build_scripts cppzmq: remove leftovers 2020-03-06 02:30:07 +01:00
conf name binaries and relevant files townforge* 2020-01-24 15:49:34 +00:00
gpg_keys Added dockerfile for static builds and kitware (CMake) key for ppa 2020-08-31 00:24:46 +02:00
logs network: log traffic and add a simple traffic analysis script 2020-01-26 00:33:41 +00:00
munin_plugins Update 2019 copyright 2019-03-05 22:05:34 +01:00
python-rpc add a daemon RPC to get new unused nonces 2020-08-25 13:20:15 +00:00
systemd name binaries and relevant files townforge* 2020-01-24 15:49:34 +00:00
translations translations: fix "monero_" prefix when taking languages from file 2019-11-15 13:21:46 +00:00
.gitignore year updated in license 2015-01-02 18:52:46 +02:00
doxygen-publish.sh cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00