![]() |
How to build RPCS3 with git? - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: How to build RPCS3 with git? (/showthread.php?tid=162321) |
RE: 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 have you cloned git repository? type 'git clone git://github.com/DHrpcs3/rpcs3' (without quotes) in terminal |