EmuNewz Network
How to build RPCS3 with git? - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: How to build RPCS3 with git? (/showthread.php?tid=162321)



How to build RPCS3 with git? - Triple1Truth - 05-25-2014

I got the depencies but when I run
Code:
cd rpcs3 && cmake CMakeLists.txt && make && cd ../

it says "bash: cd: rpcs3: No such file or directory"


RE: How to build RPCS3 with git? - Matriks404 - 05-25-2014

(05-25-2014, 01:53 PM)Triple1Truth Wrote: I got the depencies but when I run
Code:
cd rpcs3 && cmake CMakeLists.txt && make && cd ../

it says "bash: cd: rpcs3: No such file or directory"

have you cloned git repository?

type 'git clone git://github.com/DHrpcs3/rpcs3' (without quotes) in terminal