From 0333d27065dd08536b2eee98ca2468c5e845a6c9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 10 Mar 2010 15:14:12 +0000 Subject: Fixed the current Xcode template git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3.1/README.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ide/Xcode3.1/README.template') diff --git a/ide/Xcode3.1/README.template b/ide/Xcode3.1/README.template index 47e964399..d72f964c3 100644 --- a/ide/Xcode3.1/README.template +++ b/ide/Xcode3.1/README.template @@ -2,11 +2,12 @@ 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/" +> cp -R ide/Xcode3.1/Project\ Templates/FLTK/* \ + ~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/FLTK\ Application/FLTK/ and restart Xcode. -The generated proects expects fltk 1.3 as it is installed +The generated projects expects fltk 1.3 as it is installed using the command line. > sudo make install -- cgit v1.2.3