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

Nicolas Brisset nicolas.brisset at eurocopter.com
Thu Feb 27 09:58:22 UTC 2014


SVN commit 1378776 by brisset:

Update the webpage, which was really obsolete!
More coming soon...


 M  +11 -3     source_code.php  


--- trunk/www/areas/extragear/apps/kst/download/source_code.php #1378775:1378776
@@ -6,16 +6,24 @@
 <h2>Getting the code</h2>
 <ul> 
   <li>Pre-packaged source code can be found at <a href="http://sourceforge.net/projects/kst/files">SourceForge</a>.</li>
-  <li>Source is hosted at <a href="https://github.com/Kst-plot/kst">GitHub</a>: </li>
+  <li>Source code is hosted primarily on KDE's git repository.</li>
   <ul> 
+    <li>If you are a KDE developer, the repository can be checked out (RW) from:<br/>
+        "git clone git at git.kde.org:kst-plot".</li>
+    <li>or, if you aren't, read only from:<br/>
+        "git clone git://anongit.kde.org/kst-plot".</li>
+  </ul> 
+  <li>The KDE repository is mirrored automatically every 5 minutes to <a href="https://github.com/Kst-plot/kst">GitHub</a>. Note that all commits should go to KDE git. If you don't have a KDE developer account you can provide patches and send them to the mailing list or work on a GitHub branch and make it publicly available.</li>
+  <ul> 
     <li>Browse or fork the <a href="https://github.com/Kst-plot/kst">Kst2 code</a> at GitHub.</li>
-    <li>Clone with <br/> "git clone https://github.com/Kst-plot/kst.git"</li>
+    <li>If you're more confortable which svn, GitHub also offers <a href="https://github.com/Kst-plot/kst/trunk">svn access.</a>
+    <li>Clone with <br/> "git clone https://github.com/Kst-plot/kst.git".</li>
   </ul>
   </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/>
+<p>To compile Kst 2, <a href="http://qt-project.org/downloads#qt-lib">Qt libraries</a> are the only required dependency. Versions 4.x and 5.x should work fine, though version 5.x requires an explicit cmake switch. The recommended method is to use the excellent <a href="http://qt-project.org/downloads#qt-creator">QtCreator IDE</a> 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 or in the root directory.</p>
 <u>Notes:</u>
 <ol> 


More information about the Kst mailing list