Please support our project and donate
Windows installation
Installation from installer
1. Download installer: jag-0.3.1-setup.exe (7.1 mb)
2. Run the executable and follow the instructions.
Installation from sources
1. Make sure that you have installed MinGW compiler.
You can download it from mingw.org.
2. Make sure that you have installed development MinGW versions of the following libraries:
- Qt 4.5.x or higher
- SDL
- SDL_mixer
SDL and SDL_mixer libraries you can download from libsdl.org.
3. Download source archive: jag-0.3.1-src.zip (2.3 mb)
4. Unpack it to temporary directory, i.e. ~tmp. You should get ~tmp/jag structure.
5. Go into ~tmp/jag directory and create subdirectory winlibs. Then copy SDL and SDL_mixer there. You should get ~tmp/jag/winlibs/SDL-[version] and ~tmp/jag/winlibs/SDL_mixer-[version] structure.
6. Go into ~tmp/jag directory and execute commands:
- qmake
- mingw-make
After this, build should start.
If everything was ok, JAG executable jag.exe will be created in ~tmp/jag/bin directory,
and game data will be available in ~tmp/jag/data.
7. To launch the game, go to ~tmp/jag/bin and copy there the following binaries from Qt and SDL bin directories:
- mingwm10.dll
- SDL.dll
- SDL_mixer.dll
- QtCore4.dll
- QtGui4.dll
- QtOpenGL4.dll
- QtXml4.dll
- and the imageformats folder from Qt/plugins