diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-11-26 03:22:30 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-11-26 03:22:30 +0000 |
| commit | 3cf463e1250babee8be449ca28925f701e7fa29a (patch) | |
| tree | 8c198b862f0c80fb3ce7b97c13e3e22226b30475 /README.md | |
| parent | c90fa7019e8d6ce064e5736223ec055aafb37fd1 (diff) | |
- multithread build system
- fix android, mingw and linux build issues
- remove dependency check
- update Dockerfile to include pigz
- show a message when pigz is missing
- fix devcontainer mingw setup (missing ENV)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ TL;DR: ```bash $ rm -rf monero wownero release $ git submodule update --init --recursive --force -$ for coin in monero wownero; do ./apply_patches $coin; done +$ for coin in monero wownero; do ./apply_patches.sh $coin; done $ ./build_single monero $(gcc -dumpmachine) -j$(nproc) ``` |
