this code will download the script file that will:
-download patch -download source code from kde website -apply the patch -compile it (MAKE SURE YOU HAVE EVERY PACKAGE YOU NEED TO COMPILE.) -run dolphin locally
if you want install it ....
cd $HOME/patchdolphin/kde-baseapps-4.12.3/build ; sudo make install
if you prefer do not install it in your system , you could just copy the dolphin bin in your $HOME/bin renaming it with your prefered nameLast changelog:
New script to do the job detect multicore and use it accept 1 argument , link vanilla kde-baseapps
on ubuntu you need to install dev packages to build dolphin
sudo apt-get build-dep dolphin
on other distro i dunno but with this command in ubuntu and debian you are able to download every packages you need to compile it ...
Ratings & Comments
2 Comments
make not found to build folder
on ubuntu you need to install dev packages to build dolphin sudo apt-get build-dep dolphin on other distro i dunno but with this command in ubuntu and debian you are able to download every packages you need to compile it ...