Please follow the steps below to configure, compile and install Smb4K:

  1. Extract the downloaded version of Smb4K (replace a.b.c with the correct version number):
$ tar xvfJ smb4k-a.b.c.xz
  1. Change into the just created directory:
$ cd smb4k-a.b.c
  1. Create a build directory and change into it:
$ mkdir build
$ cd build
  1. Execute the following command (mind the two dots at the end of the command):
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
  1. Run make:
$ make
  1. Install Smb4K:
$ checkinstall

For further information, please see our wiki.

If installation should still not work, please drop a note.

Best regards
Alexander

 

Related

Wiki: CompilationAndInstallation