if your like me, you just can't adjust to k9copy being gone.
get source from here. http://k9copy.sourceforge.net/web/index.php/en/download extract.
Prerequisites are here. http://k9copy.sourceforge.net/web/index.php/en/ I had to install(You might need more):
create build directory next to extracted directory. and:
Where "../source" is the path to the extracted directory.
make -j4
I didn't install it and it ran fine from the build directory. The menu and toolbars where slim, but I believe that was from the lack of installation. I had to edit the toolbar to get to the copy command. Not a big deal.
I am curious about the qt only version.
get source from here. http://k9copy.sourceforge.net/web/index.php/en/download extract.
Prerequisites are here. http://k9copy.sourceforge.net/web/index.php/en/ I had to install(You might need more):
Code:
sudo apt-get install kdelibs5-dev libxine-dev libmpeg2-4-dev libavformat-dev libswscale-dev
create build directory next to extracted directory. and:
Code:
cmake -DCMAKE_BUILD_TYPE=Debug -DQT_QMAKE_EXECUTABLE=qmake-qt4 -DCMAKE_CXX_FLAGS:STRING="-Wall -fno-omit-frame-pointer -ggdb" ../source
make -j4
I didn't install it and it ran fine from the build directory. The menu and toolbars where slim, but I believe that was from the lack of installation. I had to edit the toolbar to get to the copy command. Not a big deal.
I am curious about the qt only version.
Comment