Add --parents to mkdir to avoid error if directory exists

This commit is contained in:
Johnny Doe 2023-10-12 23:19:39 -03:00 committed by Megamouse
parent 50df01d00e
commit e3613e7dc1

View File

@ -119,7 +119,7 @@ Afterwards:
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
3) Run RPCS3 with `./bin/rpcs3`