X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=docs%2FINSTALL;h=c81b0a5d3f2041e74e16cae1c26189c6a7ef8bda;hb=5b056aa1b8278aff14df2dacb5df2787d2eb8bdf;hp=23a2ca23fac2536ce3f61084f7188601e5decc29;hpb=156b1a733f545e7dfcaa48a01a1be9d5c009a935;p=virtualjaguar diff --git a/docs/INSTALL b/docs/INSTALL index 23a2ca2..c81b0a5 100644 --- a/docs/INSTALL +++ b/docs/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