Hey,
OK, so I've finished coding my C++ app on my PC, I wanna run it in my VPS. I have a clean Ubuntu VPS.
The problem is that hell, I don't have idea how to do that, I only know how to work with Windows and Mac. Never worked with servers or anything like that. I'm using MongoDB so I've installed it, then I've wrote:
apt-get build-dep libsfml
and it's all OK installed.
BUT, how can I download to there the SFML library? As you say in the tutorial: "Then, to actually compile the SFML libraries and samples, you must download and install the full SDK. Go to the SFML-x.y directory, and type the following commands:". How can I Go to the SFML-x.y if... I don't have it? Or maybe I do, I just don't know where?
Thanks!