KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
6.2KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Downloads";
  3. $PAGE_TYPE = "DOWNLOADS";
  4. $PAGE_SOURCE_1 = ARRAY("/Downloads");
  5. $PAGE_SOURCE_2 = ARRAY("Downloads");
  6. include_once("includes/header.php");
  7. include_once("includes/versions.php");
  8. ?>
  9. <h3 id="Binaries">Binary Releases</h3>
  10. <p>
  11. Software developed by the KXStudio Team, pre-compiled and ready to run.<br/>
  12. If you're running a Debian or Ubuntu based system, please use the <a href="/Repositories">KXStudio Repositories</a> instead.<br/>
  13. </p>
  14. <p class="p_extra_spaced">
  15. <b>Linux Downloads:</b><br/>
  16. <!-- &nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> -->
  17. <!-- <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (32bit, version 0.8.1)<br/> -->
  18. <!-- &nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> -->
  19. <!-- <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (64bit, version 0.8.1)<br/> -->
  20. &nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA_OLD; ?>Carla_<?php echo $VERSION_CARLA_OLD; ?>-linux32.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  21. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version <?php echo $VERSION_CARLA_OLD; ?>, requires Qt 5.9 or higher)<br/>
  22. &nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA_OLD; ?>/Carla_<?php echo $VERSION_CARLA_OLD; ?>-linux64.tar.xz" class="external text a_bigger_text" rel="nofollow" target="_blank">
  23. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version <?php echo $VERSION_CARLA_OLD; ?>, requires Qt 5.9 or higher)<br/>
  24. </p>
  25. <p class="p_extra_spaced">
  26. <b>MacOS Downloads:</b><br/>
  27. &nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla-<?php echo $VERSION_CARLA_MAJ; ?>-macos-universal.dmg" class="external text a_bigger_text" rel="nofollow" target="_blank">
  28. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (universal build, version <?php echo $VERSION_CARLA; ?>, requires macOS 10.12 or higher)<br/>
  29. </p>
  30. <p class="p_extra_spaced">
  31. <b>Windows Downloads:</b><br/>
  32. <!-- &nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> -->
  33. <!-- <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (32bit, version 0.8.1)<br/> -->
  34. &nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla-<?php echo $VERSION_CARLA_MAJ; ?>-win32.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  35. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version <?php echo $VERSION_CARLA; ?>)<br/>
  36. &nbsp;<a href="https://github.com/falkTX/Carla/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla-<?php echo $VERSION_CARLA_MAJ; ?>-win64.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  37. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version <?php echo $VERSION_CARLA; ?>)<br/>
  38. </p>
  39. <h3 id="SourceCode">Source Code Releases</h3>
  40. <p>
  41. Software developed by the KXStudio Team, released as source tarball so that distros other than Ubuntu (or advanced users) can pick it up.<br/>
  42. If you rather see our git repos (for a list of commits for example) check out
  43. <a href="https://git.kx.studio/" class="external" rel="nofollow" target="_blank">https://git.kx.studio/</a>.
  44. </p>
  45. <p class="p_extra_spaced">
  46. <b>Downloads:</b><br/>
  47. <!-- &nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> -->
  48. <!-- <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (version 0.8.1)<br/> -->
  49. &nbsp;<a href="https://github.com/falkTX/Carla/archive/v<?php echo $VERSION_CARLA; ?>.tar.gz" class="external free a_bigger_text" rel="nofollow" target="_blank">
  50. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version <?php echo $VERSION_CARLA; ?>)<br/>
  51. </p>
  52. <h3 id="Repositories">Repository packages</h3>
  53. <p>
  54. General-purpose debian packages for systems with Debian 11 / Ubuntu 20.04 or superior.<br/>
  55. See the dedicated <a href="/Repositories:Applications">Applications</a> and <a href="/Repositories:Plugins">Plugins</a> page for manual downloads,
  56. or the <a href="/Repositories">Repositories entry-point</a> page for how to enable them.
  57. </p>
  58. <!--
  59. <hr/>
  60. <ul id="Artwork" name="Artwork">
  61. <li><b>Artwork</b></li>
  62. <p>
  63. The KXStudio artwork, which includes:<br/>
  64. &nbsp;&nbsp;- KDE4 color scheme<br/>
  65. &nbsp;&nbsp;- KDM theme<br/>
  66. &nbsp;&nbsp;- KSplash theme<br/>
  67. &nbsp;&nbsp;- Plymouth theme<br/>
  68. &nbsp;&nbsp;- QtCurve config<br/>
  69. &nbsp;&nbsp;- Gtk2/Qt3/Qt4 theme (using qtcurve engine)<br/>
  70. &nbsp;&nbsp;- Gtk3 theme (using solidity engine, incomplete)<br/>
  71. &nbsp;&nbsp;- Metacity theme<br/>
  72. &nbsp;&nbsp;- XFWM4 theme<br/>
  73. &nbsp;&nbsp;- Wallpapers<br/>
  74. </p>
  75. <p>
  76. By using QtCurve, our theme can perfectly match Gtk2, Qt3, KDE3, Qt4 and KDE4 applications.<br/>
  77. See the <a href="/Artwork">KXStudio Artwork</a> section for screenshots of various Desktop Environments using the KXStudio theme.<br/>
  78. </p>
  79. <p class="p_extra_spaced">
  80. <b>Downloads:</b><br/>
  81. &nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/artwork/kxstudio-artwork_20121222.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
  82. <img src="images/ico_kxstudio.png" alt="" class="img_text_align"/> KXStudio Artwork</a> (version 2012-12-22)
  83. </p>
  84. </ul>
  85. -->
  86. <p><br/></p>
  87. <?php
  88. include_once("includes/footer.php");
  89. ?>