1
General / Re: Problem compiling project in CodeLite
« on: September 19, 2015, 08:46:25 pm »Following this guide for linux, http://www.sfml-dev.org/tutorials/2.3/start-linux.php, is what you need to do. Compiling and installing with cmake on linux installs SFML to /usr/local in a couple of directories. Do thisQuoteexport LD_LIBRARY_PATH=<sfml-install-path>/lib && ./sfml-appas per the above tutorial and you should be fixed. Change ./sfml-app to your app name.
Thanks, got it working using this. Also had to switch my VM software from Virtualbox to VMWare, Virtualbox had problems with OpenGL.