не хочу плодить темы,но это очень важно. Как собрать этот libcompizconfig с помощью cmake? ввожу
[vladislav@AMILO-Fujitsu libcompizconfig]$ cmake ..
CMake Error: The source directory «/home/vladislav/libcompizconfig-git/src» does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Зашел в директорию cmake
cd /home/vladislav/libcompizconfig-git/src/libcompizconfig/cmake [vladislav@AMILO-Fujitsu cmake]$ cmake .. CMake Error at CMakeLists.txt:3 (find_package): Could not find module FindCompiz.cmake or a configuration file for package Compiz.
Adjust CMAKE_MODULE_PATH to find FindCompiz.cmake or set Compiz_DIR to the directory containing a CMake configuration file for Compiz. The file will have one of the following names:
CompizConfig.cmake compiz-config.cmake
CMake Error at CMakeLists.txt:5 (include): include could not find load file:
CompizCommon
CMake Error at CMakeLists.txt:6 (include): include could not find load file:
CompizPackage
CMake Error at CMakeLists.txt:67 (pkg_check_modules): Unknown CMake command «pkg_check_modules».
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.
-- Configuring incomplete, errors occurred!
и не собирается.Как решить?Помогите!