Hi,
I download lemonpos-0.9.4-rc7.tar.bz2,
in ubuntu 10.04, I do like this:
1.tar -jxvf lemonpos-0.9.4-rc7.tar.bz2
2.cd lemonpos/
3.cmake --version
cmake version 2.8.0
so I add “cmake_minimum_required(VERSION 2.8)” to the beginning of
CMakeLists.txt and src/CMakeLists.txt,
then run:
4.cmake src
CMake Error at CMakeLists.txt:35 (kde4_add_ui_files):
Unknown CMake command "kde4_add_ui_files".
-- Configuring incomplete, errors occurred!
Then I don’t know what to do,
Please tell me how to compile it,thanks!
2014-07-13
zkk
|