DOWNLOADS
KToshiba Source Code
KToshiba 5.3.1 (KF5 based)
KToshiba 4.3.1 (KDE >= 4.6.0)
For older packages please visit the
SourceForge project page.
KToshiba Binary Packages
Packages for:
KToshiba from SVN
For those who live on the bleeding edge, here's how to get the sources:
KToshiba 5 Series SVN (KF5 based)
- svn co svn://svn.code.sf.net/p/ktoshiba/code/trunk/ktoshiba ktoshiba5
Once you have downloaded the source code just do:
- cd ktoshiba5
- mkdir build && cd build
- cmake ..
- make
- su -c "make install"
KToshiba 4 Series SVN (KDE >= 4.6.0)
- svn co svn://svn.code.sf.net/p/ktoshiba/code/branches/KToshiba/0.4.0 ktoshiba4
Once you have downloaded the source code just do:
- cd ktoshiba4
- mkdir build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
- make
- su -c "make install"