Thank you for your reply Codevine.
I was actually refering to the post of sbroadfoot90 and the third step:
3) Compiling and installing
Open up a terminal and type
$ cd ~/SFML-make/release
$ sudo make install
Enter your password
then type
$ cd ../debug
$ sudo make install
Everything should be installed properly now.
and that sudo make install here does not work for me.The libraries etc. are still missing (I also have no templates)
Because if I try to build the install target (and i opened Xcode with sudo open Xcode.app) I have 105 issues.
They sound like the following:
in allocator.h:
In file included from /Users/myName/SFML-source/SFML/src/SFML/System/Err.cpp
in cstddef
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/cstddef:53: error: expected constructor, destructor, or type conversion before '(' token
'_GLIBCXX_END_NAMESPACE' does not name a type
Bits/time_members.h: No such file or directory
etc...
So i think something is still missing, but I really don't know what it is.