Version: 1.9.0_devel (using Devel) OS: Linux Installed from: Compiled sources PROBLEM: “gyrodata.dat” not found under $KDEDIR/share/apps/kst/tutorial STEPS TO REPRODUCE: os:ubuntu9.10 install methond: cd graphics/kst cmake . make sudo make install RESULTS: can't find where gyrodata.dat is. EXPECTED RESULTS: according to http://kst.kde.org/handbook/intro-gettingstarted.html We will import data from a file called “gyrodata.dat” which should be included in your Kst installation. The location of this file is $KDEDIR/share/apps/kst/tutorial/gyrodata.dat, where $KDEDIR is the location in which KDE is installed on your system (you can find this using the command kde-config --prefix).
SVN commit 1080318 by arwalker: CCBUG:224267 add misc folder to the installation for cmake for kst1.x M +1 -1 CMakeLists.txt A misc/CMakeLists.txt A misc/fonts/CMakeLists.txt A misc/tutorial/CMakeLists.txt AM misc/tutorial/gyrodata.dat.sh WebSVN link: http://websvn.kde.org/?view=rev&revision=1080318
The tutorial data is now installed under the same prefix as the rest of kst. This is typically /usr/local or the same as KDE.