RPCS3 Forums

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

agrecascino

Using visual studio 2013 update 3 and rpsc3 zipped from github

Bigpet

Did you download the latest version and also download all the submodules at the right version? (submodules don't get bundled into the zip)

agrecascino

Fixed issue by changing the sub module version, however it seems to act much different to the latest buildbot build

Also I think auto pause is broken in the latest buildbot build as in all errors pause the emulator

s8box

Hey, kind of topic.. but I can't build the last release from github(commit#1860) . There's the need of GLEW lib :} .

So on my debian:
$ sudo apt-get install libglew-dev

Fixed the dependency wanted by cmake. Just to reference for plp who came on forum wanting help on building from source.

Btw, git submodule is needed, as other repositories are linked... so if someone came across that: $ cd rpcs3; git submodule update --init
Pages: 1 2