compiling SFML with cmake problems

I successfully cloned the latest SFML version from the git repository, but when I try to compile with with cmake, i get the following error:
command:
 
edward@edward-pc ~/SFML/SFML-build $ cmake -DCMAKE_INSTALL_PREFIX=/usr ".." -DSFML_BUILD_DOC=true -DSFML_BUILD_EXAMPLES=true


error:
1
2
3
4
5
6
7
8
9
10
11
12
13
-- 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)


-- Configuring incomplete, errors occurred!
See also "/home/edward/SFML/SFML-build/CMakeFiles/CMakeOutput.log".


I checked in my package manager and udev is installed... any idea what's wrong?

running Linux Mint Debian Edition, btw
I'm utterly unfamiliar with cmake, but have you tried specifying the UDev include/lib paths as the error seems to suggest you can?
Did you install the development package libudev-dev?
Topic archived. No new replies allowed.