]> Shamusworld >> Repos - virtualjaguar/blobdiff - docs/INSTALL
Prep for next revision, fix for non-English locales.
[virtualjaguar] / docs / INSTALL
index 23a2ca23fac2536ce3f61084f7188601e5decc29..6c7c303488a2da18e753f4a834882822ce795326 100644 (file)
@@ -1,5 +1,5 @@
 ----------------------------------------
-Virtual Jaguar v2.1.1 Qt release INSTALL
+Virtual Jaguar v2.1.3 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