From 26b39fb56c438d4ff4d9adc4f42a9fddc112f0ab Mon Sep 17 00:00:00 2001 From: James Groom Date: Wed, 19 Jul 2023 20:00:13 +1000 Subject: [PATCH] Update wbox readme fixes 3701aef5a --- waterbox/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterbox/readme.txt b/waterbox/readme.txt index 9744c9594ed..38b5e0faf1f 100644 --- a/waterbox/readme.txt +++ b/waterbox/readme.txt @@ -60,7 +60,7 @@ It consists of a modified musl libc, and build scripts to tie it all together. cd nyma && ./build-and-install-zlib.sh 6. You are now ready to start building cores. Each supports `make` and `make install`, as well as `make debug` and `make install-debug` for local development. From the root directory, the following should all be valid: - cd ares64 && make install + cd ares64 && ./make-both.sh cd bsnescore && make install cd gpgx && make install cd libsnes && make install