OK I try that.
edit:
I use cmake qt-gui and I get this:
CMake Error at CMakeLists.txt:3 (include):
include could not find load file:
/home/johannes/Downloads/SFML/SFML-master/SFML-master/src/SFML/cmake/Macros.cmake
CMake Error at System/CMakeLists.txt:81 (sfml_add_library):
Unknown CMake command "sfml_add_library".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error: You have requested backwards compatibility with CMake version 1.2 or earlier. This version of CMake only supports backwards compatibility with CMake 1.4 or later. For compatibility with 1.2 or earlier please use CMake 2.0
CMake Error: You have requested backwards compatibility with CMake version 1.2 or earlier. This version of CMake only supports backwards compatibility with CMake 1.4 or later. For compatibility with 1.2 or earlier please use CMake 2.0
Configuring incomplete, errors occurred!
And I can't find CMake 2.0 in the repositories of Kubuntu...
edit2: when will SFML be in the repositories?
edit3:
now I added cmake_minimum_required(VERSION 2.0) to CMakeLists.txt
this works. but the two errors:
CMake Error at CMakeLists.txt:3 (include):
include could not find load file:
/home/johannes/Downloads/SFML/SFML-master/SFML-master/src/SFML/cmake/Macros.cmake
CMake Error at System/CMakeLists.txt:81 (sfml_add_library):
Unknown CMake command "sfml_add_library".
are still there