Update BUILDING.md

This commit is contained in:
Ahmed Barakat 2024-09-07 16:25:12 -05:00 committed by GitHub
parent 6b95c926d2
commit 70394e2890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ While still in the project root:
1) `cd .. && mkdir --parents rpcs3_build && cd rpcs3_build` 1) `cd .. && mkdir --parents rpcs3_build && cd rpcs3_build`
2) `cmake ../rpcs3/ && make` or `CXX=g++-13 CC=gcc-13 cmake ../rpcs3/ && make` to force these compilers 2) `cmake ../rpcs3/ && make` or `CXX=g++-13 CC=gcc-13 cmake ../rpcs3/ && make` to force these compilers
3) For AARCH64 use ```cmake -DCMAKE_TOOLCHAIN_FILE=../aarch64-toolchain.cmake ../rpcs3/ && make``` 3) For AARCH64 use ```cmake -DCMAKE_TOOLCHAIN_FILE=../rpcs3/aarch64-toolchain.cmake ../rpcs3/ && make```
4) Run RPCS3 with `./bin/rpcs3` 4) Run RPCS3 with `./bin/rpcs3`
When using GDB, configure it to ignore SIGSEGV signal (`handle SIGSEGV nostop noprint`). When using GDB, configure it to ignore SIGSEGV signal (`handle SIGSEGV nostop noprint`).