From dbd1dcde3c4a50c075e8f6224983a043c4f9f967 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 16 Nov 2009 22:52:42 +0000 Subject: Added a template for Xcode that can be installed and provides a very quick way of generating new FLTK applications. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6937 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3.1/README.template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ide/Xcode3.1/README.template (limited to 'ide/Xcode3.1/README.template') diff --git a/ide/Xcode3.1/README.template b/ide/Xcode3.1/README.template new file mode 100644 index 000000000..fb89a5354 --- /dev/null +++ b/ide/Xcode3.1/README.template @@ -0,0 +1,20 @@ + +To add FLTK projects as a new project template for Xcode 3, install the +included files in the directory + +> "$(HOME)//Library/Application Support/Developer/Shared/Xcode/" + +and restart Xcode. + +The generated proects 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 + -- cgit v1.2.3