mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Fix CMake build instructions on Linux (#2946)
Fix CMake build instructions on Linux
This commit is contained in:
parent
37898d38e5
commit
233506480b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ open the SLN, wait for projects to load, in explorer open `rpcs3qt/rpcs3qt.vcxpr
|
||||||
1) `git clone https://github.com/RPCS3/rpcs3.git` </br>
|
1) `git clone https://github.com/RPCS3/rpcs3.git` </br>
|
||||||
2) `cd rpcs3/` </br>
|
2) `cd rpcs3/` </br>
|
||||||
3) `git submodule update --init` </br>
|
3) `git submodule update --init` </br>
|
||||||
4) `cmake && make GitVersion && make` </br>
|
4) `cmake CMakeLists.txt && make GitVersion && make` </br>
|
||||||
5) Run RPCS3 with `./bin/rpcs3` </br>
|
5) Run RPCS3 with `./bin/rpcs3` </br>
|
||||||
|
|
||||||
If you are on OSX and want to build with llvm don't forget to add `-DLLVM_DIR=...` (or wherever llvm brew was installed) to cmake invocation.
|
If you are on OSX and want to build with llvm don't forget to add `-DLLVM_DIR=...` (or wherever llvm brew was installed) to cmake invocation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue