Is there anybody who know how to install Plasmate from the source?
I tried to install it from the sources (of course), following the steps indicated in the file named "INSTALL"; but I got a error message:
CMake Error: The source directory "~/bin/plasmate-1.0/plasmate/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
Then by intuition I copied the file with that name from the superior directory to the current one (build), and again I receive a error message, when I re-run the cmake instruction:
-- The C compiler identification is GNU 4.7.2 -- The CXX compiler identification is GNU 4.7.2 -- Check for working C compiler: /usr/lib/ccache/cc -- Check for working C compiler: /usr/lib/ccache/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/lib/ccache/c++ -- Check for working CXX compiler: /usr/lib/ccache/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:3 (find_package): By not providing "FindLibAttica.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LibAttica", but CMake did not find one.
Could not find a package configuration file provided by "LibAttica" with any of the following names:
LibAtticaConfig.cmake libattica-config.cmake
Add the installation prefix of "LibAttica" to CMAKE_PREFIX_PATH or set "LibAttica_DIR" to a directory containing one of the above files. If "LibAttica" provides a separate development package or SDK, be sure it has been installed.
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!
The file 'INSTALL' has this as instructions:
==========How To Install Plasmate==============
- cd plasmate
- mkdir build/
- cd build/
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
Thanks for any help.
-Isaac.