Hi !
I'm trying to install SFML TMX Loader to use it in one of my projects. But, since i'm a beginner, i got some trouble installing it.
So far I tried to follow this :
https://github.com/fallahn/sfml-tmxloader/wiki/BuildingWhat i did (i'm on xubuntu) :
- Installed zlib ( sudo apt-get install zlib1g-dev )
- Downloaded sfml-tmxloader
- Theses commands :
mkdir build && cd build (makedir didn't work, so i changed it with mkdir)
cmake .. && make :
Gives me this :
CMake Error at cmake/Modules/FindSFML.cmake:349 (message):
SFML found but version too low (requested: 2, found: 1.x.x)
Call Stack (most recent call first):
CMakeLists.txt:80 (find_package)
-- Configuring incomplete, errors occurred!
I'm pretty sure i have SFML 2.
Thank you