- Notifications
You must be signed in to change notification settings - Fork1
Deprecated! Look at:https://github.com/GameProgressive/RetroSpyServer
GameProgressive/GameSpyEmulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 serverhttps://discord.gg/Tv85Am4.
Use cmake to build the project, after you're builded it, copy this example MasterServer.ini insidethe directory of MasterServer executable "usually (Cmake build directory)/bin".
EDIT the ini file based from your need!
- If you're under Msys2, you might usethis 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.
About
Deprecated! Look at:https://github.com/GameProgressive/RetroSpyServer