So, in the absence of an rpm, I've got the source code and tried compiling it. I get this:
- Code: Select all
[robertw@localhost smb4k_build]$ cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) -DCMAKE_BUILD_TYPE=Release . ../smb4k-0.10.10/smb4k
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at icons/CMakeLists.txt:1 (kde4_install_icons):
Unknown CMake command "kde4_install_icons".
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!
I've looked around the web and people say make sure this and that is installed, make sure you're running cmake from the build directory or the source directory and other things that I have tried without success! I have cmake 2.8.4, so the minimum requirement message seems irrelevant!
Anyone able to advise please?