Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nicox11

Pages: [1]
1
General / Installing TMX Loader
« on: March 03, 2016, 11:03:04 am »
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/Building

What 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

Pages: [1]
anything