So i managed to do everything as normal, according to the tutorial for installing SFML 2.1 onto xCode 5
The only part i don't understand is this:
"SFML is shipped with an install.sh script that will install everything for you. It will also make sure that previous versions of SFML, especially frameworks, are not removed from your system so that your applications can still be executed without modifications. You just need to open a terminal in the directory of the downloaded SDK and run ./install.sh. The script will then prompt for your password and install everything in the right place."
How do i install the necessary stuff needed when using the install script and terminal?
I understand programming but i have no idea about using the Terminal preferably the mac terminal.
The sdk is in this directory:
/Users/jonathanvazquez/Documents/Programming Development/C++ Development/SFML2.1Clang
and the install script is in:
/Users/jonathanvazquez/Documents/Programming Development/C++ Development/SFML2.1Clang/install.sh
But when i insert that into terminal, it says, No such directory, etc.
How can i install it?