I've been trying to build the Thor c++ library for ubuntu so that I wouldn't have to make my own animation code.
I follow the outline to build with cmake. tell it that SFMLDIR is under /usr/include/SFML. But I cannot figure out where to tell it to put SFML_DIR.
The header files are under said directory but cmake doesn't like it. And I can't find out where else it could be. I originally installed sfml through the synaptic package manager. I considered building sfml myself just to get to this include folder but that didn't go well.
I am currently using cmake 2.8.5 on lubuntu 11.10 and SFML 1.6.
Thanks for any assistance.