Update wbox readme

fixes 3701aef5a
This commit is contained in:
James Groom 2023-07-19 20:00:13 +10:00 committed by GitHub
parent ee18249953
commit 26b39fb56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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