diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-10 15:14:12 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-10 15:14:12 +0000 |
| commit | 0333d27065dd08536b2eee98ca2468c5e845a6c9 (patch) | |
| tree | e968046421238c80132ddb8bd79ec26011067b8d /ide/Xcode3.1/README.template | |
| parent | b4a22581cfa722f3118fca71fc5126d72bf55bf4 (diff) | |
Fixed the current Xcode template
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3.1/README.template')
| -rw-r--r-- | ide/Xcode3.1/README.template | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
