How to build? - 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? (/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 |