Updated Xcode templates readme
Now that cmake is used to configure the template we cannot simply copy the templates to /Library. Using cmake to build the template is mandatory.
This commit is contained in:
parent
6e3103464a
commit
f6edb83acd
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Install SFML templates for Xcode 4 into /Library/Developer/Xcode/Templates/
|
||||
|
||||
mkdir -p /Library/Developer/Xcode/Templates/
|
||||
cp -R "$(dirname $0)/SFML" /Library/Developer/Xcode/Templates/
|
@ -49,10 +49,7 @@ You should also be familiar with Xcode. If needed checkout this document: http:/
|
||||
Install
|
||||
-------
|
||||
|
||||
If you are building SFML from sources you can set CMake's INSTALL_XCODE4_TEMPLATES variable to TRUE to install the templates automatically. Otherwise proceed as follow :
|
||||
1. Make sure "/Library/Developer/Xcode/Templates/" folder exists;
|
||||
2. Copy "SFML" folder into the above folder.
|
||||
The 'install.sh' script in the same directory as this readme does that for you.
|
||||
If you are building SFML from sources you can set CMake's INSTALL_XCODE4_TEMPLATES variable to TRUE to install the templates automatically.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user