X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=docs%2FINSTALL;h=a13992fb48fead105dc1e494e10cc7131d486d42;hb=3b0e8e7d6be25106bcfa0ee0c78faed597e9a2c6;hp=23a2ca23fac2536ce3f61084f7188601e5decc29;hpb=156b1a733f545e7dfcaa48a01a1be9d5c009a935;p=virtualjaguar diff --git a/docs/INSTALL b/docs/INSTALL index 23a2ca2..a13992f 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -1,5 +1,5 @@ ---------------------------------------- -Virtual Jaguar v2.1.1 Qt release INSTALL +Virtual Jaguar v2.1.2 Qt release INSTALL ---------------------------------------- @@ -13,7 +13,7 @@ The minimum requirements for compiling Virtual Jaguar from source are: o zlib v1.2.5 o libcdio v0.90 or higher (optional, for Jaguar CD support) o OpenGL libraries - o Qt 4.7.3 or higher + o Qt 4.7.3 or higher (but not Qt 5!) o supported OS (BeOS, Linux, FreeBSD and WIN32 through mingw, MacOS); other OSs may work to but you may need to change some items in the Makefile. @@ -40,11 +40,13 @@ For even more info, go to http://icculus.org/virtualjaguar. NOTES FOR COMPILING UNDER MAC OSX: ---------------------------------- -All is not well in Appleland, but we can help. To compile the bare minimum app -under OSX requires libsdl and Qt; however, these must be made statically and -installed "the unix way". What that means is you have to download and unpack -the source directories, then make and install them from the terminal. For -libsdl, this is as simple as doing: +All is not well in Appleland, but we can help. Apple, in their infinite wisdom, +has decided not to ship a compiler and tools to build software. So first of all +you need to download and install 'Command Line Tools for XCode'. Then, to +compile the bare minimum app under OSX requires libsdl and Qt; however, these +must be made statically and installed "the unix way". What that means is you +have to download and unpack the source directories, then make and install them +from the terminal. For libsdl, this is as simple as doing: ./configure make