EmuNewz Network
How to build? - 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? (/showthread.php?tid=164424)

Pages: 1 2


RE: How to build? - agrecascino - 10-06-2014

Using visual studio 2013 update 3 and rpsc3 zipped from github


RE: How to build? - Bigpet - 10-06-2014

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


RE: How to build? - agrecascino - 10-07-2014

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


RE: How to build? - s8box - 10-16-2014

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