From 0064d404536bda69f5974742a505f3151573aacc Mon Sep 17 00:00:00 2001 From: auria Date: Sun, 22 Mar 2009 14:31:05 +0000 Subject: [PATCH] added readme for xcode project git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@3289 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/ide/Xcode/xcode readme.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ide/Xcode/xcode readme.txt diff --git a/src/ide/Xcode/xcode readme.txt b/src/ide/Xcode/xcode readme.txt new file mode 100644 index 000000000..5d6f78d48 --- /dev/null +++ b/src/ide/Xcode/xcode readme.txt @@ -0,0 +1,5 @@ +Xcode project file readme + +* This project file will enable you to build STK using Xcode on mac OS X. +* It assumes you have all dependencies installed like if you were building from terminal however. +* For STK to run, you will need to rightclick on the executable in the project tree, select get info, and set the execution working directory to the STK root (select "custom" then enter the paths) so it can find its data files \ No newline at end of file