From 233506480baf70571d61f4018210cef48cc5a399 Mon Sep 17 00:00:00 2001 From: Zion Date: Mon, 3 Jul 2017 11:30:34 -0700 Subject: [PATCH] Fix CMake build instructions on Linux (#2946) Fix CMake build instructions on Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c65b0d117..20d3f79bdd 100644 --- a/README.md +++ b/README.md @@ -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`
2) `cd rpcs3/`
3) `git submodule update --init`
-4) `cmake && make GitVersion && make`
+4) `cmake CMakeLists.txt && make GitVersion && make`
5) Run RPCS3 with `./bin/rpcs3`
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.