Merge pull request #391 from GuillaumeGomez/fix-build-instructions

Fix build instructions
This commit is contained in:
antoyo 2023-12-02 11:42:37 -05:00 committed by GitHub
commit 0a67e9cd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,13 @@ Then you can run commands like this:
```bash ```bash
$ ./y.sh prepare # download and patch sysroot src and install hyperfine for benchmarking $ ./y.sh prepare # download and patch sysroot src and install hyperfine for benchmarking
$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release $ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release --features master
``` ```
To run the tests: To run the tests:
```bash ```bash
$ ./test.sh --release $ ./test.sh --release --features master
``` ```
## Usage ## Usage