10-06-2014, 10:44 PM
Pages: 1 2
Bigpet
10-06-2014, 10:55 PM
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
10-07-2014, 07:52 PM
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
Also I think auto pause is broken in the latest buildbot build as in all errors pause the emulator
s8box
10-16-2014, 10:28 PM
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
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