[Kst] www/areas/extragear/apps/kst/download

Nicolas Brisset nicolas.brisset at eurocopter.com
Wed Sep 14 21:05:53 UTC 2011


SVN commit 1253674 by brisset:

Since cmake is now clearly better supported than qmake to build Kst, make it clear on the web page.


 M  +8 -5      source_code.php  


--- trunk/www/areas/extragear/apps/kst/download/source_code.php #1253673:1253674
@@ -16,15 +16,18 @@
 </ul> 
 
 <h2>Compiling</h2>
-<p>To compile Kst 2, <a href="http://qt.nokia.com">Qt libraries</a> are the only required dependency. The recommended method is to use the <a href="http://qt.nokia.com/products/developer-tools/">QtCreator IDE</a> from Nokia.
-Install it, download the source code and then just open the kst.pro file in the top-level directory. 
-Use the menus to configure settings (debug, release) and compile the project.<br/>
-You may want to check for the following optional libraries prior to compiling Kst, as they will give you some benefits:</p>
+<p>To compile Kst 2, <a href="http://qt.nokia.com">Qt libraries</a> are the only required dependency. The recommended method is to use the <a href="http://qt.nokia.com/products/developer-tools/">QtCreator IDE</a> from Nokia in combination with <a href="http://www.cmake.org/">CMake</a>. <br/>
+When using this combination, all you have to do is download the source code and the tools, and then go to the File->Open menu in Qt Creator and open the CMakeLists.txt file in the cmake/ subdir of the root directory.</p>
+<u>Notes:</u>
+<ol> 
+  <li>The 2.0.4 release does not work out-of-the box with qmake (see <a href="http://mail.kde.org/pipermail/kst/2011-September/020079.html">this thread</a> on the mailing list for the required changes or use revision 1253670). Qmake will very likely be deprecated at some point in the near future.</li>
+  <li>Even though they are not required dependencies, you may want to check for the libraries listed in the next section prior to compiling Kst, as they will give you some benefits.
+</ol> 
 
 <h2>Links to used libraries</h2>
 <p>Kst uses a number of open-source libraries:</p>
 <ul> 
-  <li>The optional <a href="http://www.gnu.org/software/gsl/">GNU Scientific Library</a>, on which a lot of very useful data analysis plugins are based</li> 
+  <li>The optional <a href="http://www.gnu.org/software/gsl/">GNU Scientific Library</a>, on which a lot of very useful data analysis plugins are based - a should-have!</li> 
   <li>The optional <a href="http://getdata.sourceforge.net/">GetData</a> library, which provides support for files in the Dirfile format</li> 
   <li>The optional <a href="http://www.unidata.ucar.edu/software/netcdf/">NetCdf</a> library, which provides support for files in the netCDF format</li> 
   <li>The optional <a href="http://muparser.sourceforge.net/">muParser</a> library, which is used in the general non-linear fitting plugin</li> 


More information about the Kst mailing list