We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You MUST have a MasterServer executable builded in order to load this libraries.
First, clone the repository.
git clone https://github.com/GameProgressive/RetroSpyServer
Then, move to the directory:
cd RetroSpyServer
Now, create a folder where cmake should store the binaries, for example:
mkdir _build
Move into this directory:
cd _build Now, let's generate the projects with cmake:
cd _build
cmake ../
Depending on your platform and compiled, build a generic project. Debian uses GNU make with GCC, in this situation it should be typed:
make.
make
Clone the repository.
Then, set the source directory the place where you've cloned the repository, and set the directory where to build binaries.
Press Generate, then go into the build directory and, based from your platform and compiler, build a generic project.
Depending on your platform and compiled, build a generic project.
In Windows with Visual Studio, you should oepn the Solution file (.sln) and then build the solution.
Once you have builded the libraries, copy them into MasterServer directory. (The libraries are .dll in Windows and .so in all the other platforms).