hi all
Installation============
To build and install:
- mkdir build
- cd build
- cmake … -DCMAKE_INSTALL_PREFIX=
kde4-config --prefix
- make
- sudo make install
The following may als be passed to cmake:
-DICON_TASKS_SHOW_DROP_INDICATOR_FOR_MOVE=true When moving tasks/launchers, show the drop indicator to indicate where the item will be moved to - as opposed to moving the item istantly. May help on slow machines.
i can not install “Icon Tasks”
max@maxray:~/Desktop/plasma-icontasks-0.9.2> mkdir build
max@maxray:~/Desktop/plasma-icontasks-0.9.2> cd build
max@maxray:~/Desktop/plasma-icontasks-0.9.2/build> cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
If 'cmake' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf cmake
max@maxray:~/Desktop/plasma-icontasks-0.9.2/build> nfc make .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
If 'nfc' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf nfc
max@maxray:~/Desktop/plasma-icontasks-0.9.2/build> cnf make .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
Program 'make' is present in package 'make', which is installed on your system.
Absolute path to 'make' is '/usr/bin/make'. Please check your $PATH variable to see whether it contains the mentioned path.
max@maxray:~/Desktop/plasma-icontasks-0.9.2/build> make
make: *** No targets specified and no makefile found. Stop.
max@maxray:~/Desktop/plasma-icontasks-0.9.2/build> sudo make install
root's password:
make: *** No rule to make target `install'. Stop.
max@maxray:~/Desktop/plasma-icontasks-0.9.2/build>