Ahh, so...
I tried installing the files manually, but no luck so far. Can you show me an exact file breakdown just so I can make sure Ive got it right Dabbertorres?
I also tried the build from scratch route, but Im getting hung up in the cmake process, specifically:
-- UDev not found.
-- UDev: You can specify includes: -DUDEV_PATH_INCLUDES=/opt/udev/include
-- currently found includes: UDEV_INCLUDE_DIR-NOTFOUND
-- UDev: You can specify libs: -DUDEV_PATH_LIB=/opt/udev/lib
-- currently found libs: UDEV_LIBRARIES-NOTFOUND
CMake Error at cmake/Modules/FindUDev.cmake:49 (MESSAGE):
Could not find UDev library
Call Stack (most recent call first):
src/SFML/Window/CMakeLists.txt:133 (find_package)
I checked and I do have UDev installed, is there something in the SFML make files that I need to edit to fix this?