mirror of
https://github.com/ahmedbarakat2007/rpcs3-for-andstation3.git
synced 2024-11-23 06:50:46 +00:00
Update BUILDING.md
This commit is contained in:
parent
6b95c926d2
commit
70394e2890
@ -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`).
|
||||||
|
Loading…
Reference in New Issue
Block a user