Aurorae theme engine
Inviato: sab 21 nov 2009, 12:16
Ciao,
stavo cercando di creare un pacchetto per Aurorae: http://www.kde-look.org/content/show.ph ... ent=107158
Ho però dei problemi durante la creazione del make. Se lancio il comando "cmake" ottengo:Idee?
stavo cercando di creare un pacchetto per Aurorae: http://www.kde-look.org/content/show.ph ... ent=107158
Ho però dei problemi durante la creazione del make. Se lancio il comando "cmake" ottengo:
Codice: Seleziona tutto
#cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
CMake Error at CMakeLists.txt:5 (kde4_add_plugin):
Unknown CMake command "kde4_add_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.6)
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!