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.

35 lines
1.5KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:Repository:RegisterCommercial");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "Repository", "RegisterCommercial");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. This section describes how to activate the non-free software available in KXStudio.
  10. <br/><br/>
  11. </p>
  12. <h5><span class="mw-headline" id="LoomerPlugins">Loomer plugins</span></h5>
  13. <p>
  14. All Loomer plugins work the same way.<br />
  15. Just open the respective plugin GUI you have the license for, click the "Options" button at the top and select "Enter Licence Key...".<br />
  16. Fill in your license details and you're done&#160;;)
  17. <br/><br/>
  18. </p>
  19. <h5><span class="mw-headline" id="Renoise">Renoise</span></h5>
  20. <p>
  21. Renoise registration is a bit unusual, but fairly easy.<br />
  22. Once you have renoise installed in KXStudio (via repositories), go to your renoise backstage account and download the latest stable linux tarball that matches your system architecture (32bit or 64bit).<br />
  23. Unpack it, and copy the 'renoise' binary inside into '/usr/bin/'. The next time you start renoise, it will be registered to your account.<br />
  24. <b>Warning:</b> Do not run the install script in the tarball! If you really want to do so, please remove the 'renoise' package from your system first.
  25. </p>
  26. <p><br/></p>
  27. <?php
  28. include_once("includes/footer.php");
  29. ?>