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

Nicolas Brisset nicolas.brisset at eurocopter.com
Wed Jun 5 14:47:30 UTC 2013


SVN commit 1357045 by brisset:

Some more improvements to source code instructions.


 M  +6 -4      source_code.php  


--- trunk/www/areas/extragear/apps/kst/download/source_code.php #1357044:1357045
@@ -11,18 +11,19 @@
     <li>Browse the <a href="http://websvn.kde.org/branches/work/kst/portto4/kst/">Kst2 code</a> online.</li>
     <li>Checkout anonymously:<br/> "svn co svn://anonsvn.kde.org/home/kde/branches/work/kst/portto4/kst"</li>
     <li>Checkout with write access:<br/> "svn co svn+ssh://YOUR_KDE_ACCOUNT_NAME@svn.kde.org/home/kde/branches/work/kst/portto4/kst"</li>
-  <li>You can also find the code on <a href="https://github.com/syntheticpp/kst">GitHub</a> for online browsing or cloning.</li>
   </ul>
+  <li>Git: you can also find the code on <a href="https://github.com/syntheticpp/kst">GitHub</a> for online browsing or cloning.</li>
   </li>
 </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 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>
+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 or in 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.
+  <li>Starting with version 2.0.4, it may 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.</li>
+  <li>Python scripting is a compile-time option. Check cmake flags -Dkst_python=1 and -Dkst_python_build=1</li>
 </ol> 
 
 <h2>Links to used libraries</h2>
@@ -32,6 +33,7 @@
   <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> 
+  <li>The optional <a href="http://sourceforge.net/projects/matio//">matio</a> library, which is used to read Matlab binary files</li> 
 </ul> 
 
 <h2>Need more help?</h2>


More information about the Kst mailing list