kst - plots scientific data |
home | download | help | features | screenshots | authors |
VersionsKst 1
BinariesMost users will not want to compile and install kst (and various dependencies) by hand. Many distributions have made kst available so download and installation is easy. However, the version of kst available may not correspond to the latest and greatest. Distributions known to have kst available (and one way to install):
If you install kst from an rpm package, you will need to install readline-5. For Fedora 12 users, If you know of more distributions which package kst, or errors above, please let the webmaster know. Obtaining kst sourceStable BranchPackaged sourceThe current stable release of Kst is available for download from your local KDE mirror. Compiling kst using automake:
Compiling kst using cmake (more details):
You may need to change the Subversion (svn) sourceYou can download the current latest stable branch (1.10.0):
and then build using automake with:
or build using cmake with (more details): cd 1.10.0/kst cmake . make su -c "make install"
You may need to change the Development branchSubversion (svn) sourceFor bleeding edge development code, kst is part of the kdeextragear-graphics package. Anonymous subversion (svn) access is also available. You can download the current development version (1.10.x):
Building kst 1.10.x from source using automake DependenciesIf present Kst will utilise several other packages to enhance its native functionality:
Installation on particular distributionsNon-standard installation locationIf for some reason you wish to install Kst to a non-standard location (which can be useful if you do not have root privileges, or wish to have multiple versions of Kst installed at the same time) then read the corresponding instructions: automakecmake Datasource TemplateA template for developing datasources outside of the Kst source tree is also available. [Kst 1.1.x version] |