mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Add --parents to mkdir to avoid error if directory exists
This commit is contained in:
parent
50df01d00e
commit
e3613e7dc1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Afterwards:
|
||||||
|
|
||||||
While still in the project root:
|
While still in the project root:
|
||||||
|
|
||||||
1) `cd .. && mkdir rpcs3_build && cd rpcs3_build`
|
1) `cd .. && mkdir --parents rpcs3_build && cd rpcs3_build`
|
||||||
2) `cmake ../rpcs3/ && make` or `CXX=g++-11 CC=gcc-11 cmake ../rpcs3/ && make` to force these compilers
|
2) `cmake ../rpcs3/ && make` or `CXX=g++-11 CC=gcc-11 cmake ../rpcs3/ && make` to force these compilers
|
||||||
3) Run RPCS3 with `./bin/rpcs3`
|
3) Run RPCS3 with `./bin/rpcs3`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue