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.

99 lines
6.6KB

  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/releases/download/v<?php echo $VERSION_CARLA; ?>/Carla-<?php echo $VERSION_CARLA_MAJ; ?>-macos.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> (compatible build, version <?php echo $VERSION_CARLA; ?>, requires macOS 10.8 or higher)<br/>
  29. &nbsp;<a href="https://github.com/falkTX/Carla-Releases/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">
  30. <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/>
  31. </p>
  32. <p class="p_extra_spaced">
  33. <b>Windows Downloads:</b><br/>
  34. <!-- &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"> -->
  35. <!-- <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (32bit, version 0.8.1)<br/> -->
  36. &nbsp;<a href="https://github.com/falkTX/Carla-Releases/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">
  37. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version <?php echo $VERSION_CARLA; ?>)<br/>
  38. &nbsp;<a href="https://github.com/falkTX/Carla-Releases/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">
  39. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version <?php echo $VERSION_CARLA; ?>)<br/>
  40. </p>
  41. <h3 id="SourceCode">Source Code Releases</h3>
  42. <p>
  43. Software developed by the KXStudio Team, released as source tarball so that distros other than Ubuntu (or advanced users) can pick it up.<br/>
  44. If you rather see our git repos (for a list of commits for example) check out
  45. <a href="https://git.kx.studio/" class="external" rel="nofollow" target="_blank">https://git.kx.studio/</a>.
  46. </p>
  47. <p class="p_extra_spaced">
  48. <b>Downloads:</b><br/>
  49. <!-- &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"> -->
  50. <!-- <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (version 0.8.1)<br/> -->
  51. &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">
  52. <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version <?php echo $VERSION_CARLA; ?>)<br/>
  53. </p>
  54. <h3 id="Repositories">Repository packages</h3>
  55. <p>
  56. General-purpose debian packages for systems with Debian 11 / Ubuntu 20.04 or superior.<br/>
  57. See the dedicated <a href="/Repositories:Applications">Applications</a> and <a href="/Repositories:Plugins">Plugins</a> page for manual downloads,
  58. or the <a href="/Repositories">Repositories entry-point</a> page for how to enable them.
  59. </p>
  60. <!--
  61. <hr/>
  62. <ul id="Artwork" name="Artwork">
  63. <li><b>Artwork</b></li>
  64. <p>
  65. The KXStudio artwork, which includes:<br/>
  66. &nbsp;&nbsp;- KDE4 color scheme<br/>
  67. &nbsp;&nbsp;- KDM theme<br/>
  68. &nbsp;&nbsp;- KSplash theme<br/>
  69. &nbsp;&nbsp;- Plymouth theme<br/>
  70. &nbsp;&nbsp;- QtCurve config<br/>
  71. &nbsp;&nbsp;- Gtk2/Qt3/Qt4 theme (using qtcurve engine)<br/>
  72. &nbsp;&nbsp;- Gtk3 theme (using solidity engine, incomplete)<br/>
  73. &nbsp;&nbsp;- Metacity theme<br/>
  74. &nbsp;&nbsp;- XFWM4 theme<br/>
  75. &nbsp;&nbsp;- Wallpapers<br/>
  76. </p>
  77. <p>
  78. By using QtCurve, our theme can perfectly match Gtk2, Qt3, KDE3, Qt4 and KDE4 applications.<br/>
  79. See the <a href="/Artwork">KXStudio Artwork</a> section for screenshots of various Desktop Environments using the KXStudio theme.<br/>
  80. </p>
  81. <p class="p_extra_spaced">
  82. <b>Downloads:</b><br/>
  83. &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">
  84. <img src="images/ico_kxstudio.png" alt="" class="img_text_align"/> KXStudio Artwork</a> (version 2012-12-22)
  85. </p>
  86. </ul>
  87. -->
  88. <p><br/></p>
  89. <?php
  90. include_once("includes/footer.php");
  91. ?>