Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.

Compiling

Arves100 edited this page Apr 1, 2018 · 8 revisions

NOTE: The only supported build tool is Visual Studio 2008 with Windows. Other build tools will be supported later.

Visual Studio 2008 + Windows

Open RetroSpy-Server.sln and build the solution.

The output files are in bin/

Building specific modules

You must build libuv, RetroSpyCommon and RetroSpy to start the server without any module.

Then, select the module you want to build and compile it. It will produce a Dynamic Library.

Clone this wiki locally