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