This repository clone everything you need to start using the RetroSpy Emulator., You will need git in order to download and cmake to build the code.
Make sure to write this command after you cloned the repository:
git submodule update --init --recursive --force
If you fall into any problem building or compiling, or simply want to contribute to the project, feel free to join under the IRC channel #retrospy@freenode or the discord server https://discord.gg/Tv85Am4.
Use cmake to build the project, after you're builded it, copy this example MasterServer.ini inside the directory of MasterServer executable "usually (Cmake build directory)/bin".
EDIT the ini file based from your need!
- If you're under Msys2, you might use this toolchain file with
cmake -DCMAKE_TOOLCHAIN_FILE=<path> <path of the src>
- In Windows, CURL could cause issues, remember to turn WITH_CURL value to Off to make sure compilation succeded.