RPCS3 Forums

Full Version: How to build RPCS3 with git?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Triple1Truth

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"

Matriks404

(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