Skip to content
Jean-Paul Mari edited this page Nov 30, 2021 · 3 revisions

Main focus for the Rx version is Windows 64 bits with Visual Studio 2017 support. However the makefile and his dependency are kept in shape, so in theory other platforms already supported by Virtual Jaguar should be fine.

Linux

Run "make -f jaguarcore.mak"
Run "qmake virtualjaguar.pro" to generate the Makefile
Run "make -f Makefile"

MSYS2/MinGW64

Please use the Makefile provided
Run "make -f Makefile"

Windows

Visual Studio

Handle only the 64 bits version of the emulator.
Visual Studio Project needs to be adapted for your directory structures, both for include and lib paths.

Visual Studio 2017

Currently supported

Visual Studio 2015

No longer supported and has been removed.

Clone this wiki locally