simosx έγραψε:Αν δεις τα αρχεία στον κατάλογο anaglyph, υπάρχει αναφορά σε CMakeLists.txt. Οπότε εδώ θέλει το πακέτο 'cmake'.
Έπειτα, εκτελείς 'cmake anaglyph' καθώς είσαι στον γονικό κατάλογο (έξω από το anaglyph). Χρειάζονται μια σειρά από εξαρτήσεις (π.χ. compiz-dev) που τις κάνεις με το χέρι.
Εγκατέστησα το πακέτο cmake έδωσα και cmake anaglyph και παίρνω αυτό:
- Κώδικας: Επιλογή όλων
nick@nick-HP-Mini-110-1100:~$ cmake anaglyph
CMake Error at CMakeLists.txt:1 (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:3 (include):
include could not find load file:
CompizPlugin
CMake Error at CMakeLists.txt:5 (compiz_plugin):
Unknown CMake command "compiz_plugin".
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!
Δεν καταλαβαίνω τι πρέπει να κάνω...





