From 3cf463e1250babee8be449ca28925f701e7fa29a Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 26 Nov 2024 03:22:30 +0000 Subject: - 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 63f3fce..4036888 100644 --- a/README.md +++ b/README.md @@ -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) ``` -- cgit v1.2.3