summaryrefslogtreecommitdiff
path: root/ide/deprecated/Xcode3.1/README.template
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-07-04 17:24:44 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-07-04 17:24:44 +0000
commitc6f1a5ba5a0e3a13261ac76fdd95b20f1169212f (patch)
tree6a313e6398faa869eedd5d3872d4917cd96bd4e3 /ide/deprecated/Xcode3.1/README.template
parentc2539883fbb671db229f1dbfe753e8c039d659ff (diff)
IDE jungle, step 2:
- moved ide/Xcode3.1 into ide/deprecated - moved ide/visualc into ide/deprecated These projects are obsolete and unmaintained now. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7667 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/deprecated/Xcode3.1/README.template')
-rw-r--r--ide/deprecated/Xcode3.1/README.template21
1 files changed, 21 insertions, 0 deletions
diff --git a/ide/deprecated/Xcode3.1/README.template b/ide/deprecated/Xcode3.1/README.template
new file mode 100644
index 000000000..0f525f5d6
--- /dev/null
+++ b/ide/deprecated/Xcode3.1/README.template
@@ -0,0 +1,21 @@
+
+To add FLTK projects as a new project template for Xcode 3, install the
+included files in the directory
+
+> cp -R ide/Xcode3.1/Project\ Templates/FLTK/* \
+ ~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/FLTK\ Application/FLTK/
+
+and restart Xcode.
+
+The generated projects expects fltk 1.3 as it is installed
+using the command line.
+
+> sudo make install
+
+Enjoy!
+
+ - Matthias
+
+Please send me an EMail if you find errors or would like to suggest
+improvement: mm@matthiasm.com
+