]> Shamusworld >> Repos - virtualjaguar/blob - docs/INSTALL
Fixed limits on cartridge space from 4MB to 6MB.
[virtualjaguar] / docs / INSTALL
1 ----------------------------------------
2 Virtual Jaguar v2.1.1 Qt release INSTALL
3 ----------------------------------------
4
5
6 REQUIREMENTS:
7 -------------
8
9 The minimum requirements for compiling Virtual Jaguar from source are:
10
11  o  GCC v4.4.x or higher
12  o  SDL v1.2.14 or higher
13  o  zlib v1.2.5
14  o  libcdio v0.90 or higher (optional, for Jaguar CD support)
15  o  OpenGL libraries
16  o  Qt 4.7.3 or higher
17  o  supported OS (BeOS, Linux, FreeBSD and WIN32 through mingw, MacOS); other
18     OSs may work to but you may need to change some items in the Makefile.
19
20
21 COMPILING:
22 ----------
23
24 Assuming that you meet the minimum software requirements, you can compile
25 Virtual Jaguar by issuing the following command in the directory where you
26 decompressed the source:
27
28 make
29
30 Optionally you can manually strip virtualjaguar[.exe] to downsize the binary.
31 You can also run upx on the binary as well and you'll end up with a somewhat
32 smaller binary.
33
34 That's it! You can now start the emulator with ./virtualjaguar. See the built
35 in help (Help|Contents) for more info.
36
37 For even more info, go to http://icculus.org/virtualjaguar.