Browse Source

Update carla page and repositories

pull/4/head
falkTX 9 years ago
parent
commit
0f9d626150
3 changed files with 29 additions and 46 deletions
  1. +0
    -13
      Applications:Carla.php
  2. +2
    -2
      Downloads.php
  3. +27
    -31
      Repositories.php

+ 0
- 13
Applications:Carla.php View File

@@ -67,19 +67,6 @@ include_once("includes/header.php");
<!-- <li></li> -->
<!-- </ul> -->

<!-- Release Notes -->
<h3><span class="mw-headline" id="ReleaseNotes"> Release Notes </span></h3>
<p>
The following are the release notes for 2.0-beta3:
</p>
<ul>
<li>Carla-Control is not available in the 2.0-beta versions yet.</li>
<li>Linux release has support for bridging Window plugins using Wine (32bit and 64bit).</li>
<li>Linux 32bit release will not load 64bit plugins even if ran on a 64bit system</li>
<li>MacOS release is 64bit only but it can load 32bit plugins</li>
<li>Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) or Carla as a plugin</li>
</ul>

<!-- Download -->
<h3><span class="mw-headline" id="Download"> Download </span></h3>
<p>


+ 2
- 2
Downloads.php View File

@@ -60,8 +60,8 @@ include_once("includes/header.php");
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (version 0.8.1)<br/>
&nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (version 1.2.4)<br/>
&nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version 2.0-beta3)<br/>
&nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta4.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version 2.0-beta4)<br/>
&nbsp;<a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-src.tar.gz/download" class="external free a_bigger_text" rel="nofollow" target="_blank">
<img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige </a> (version 1.0.2)<br/>
</p>


+ 27
- 31
Repositories.php View File

@@ -8,7 +8,7 @@ include_once("includes/header.php");

<div class="box box-description">
<p>
The KXStudio repositories support all Debian versions since Wheezy and Ubuntu 12.04 or above.<br/>
The KXStudio repositories support all Debian versions since <b>Jessie</b> and Ubuntu <b>14.04</b> or above.<br/>
They should work on all Debian-based distributions and variants, but the way to enable them will differ.<br/>
After the repositories are enabled and the system updated, we recommend you to install the "kxstudio-default-settings" package.<br/>
</p>
@@ -22,47 +22,43 @@ include_once("includes/header.php");
<p>
Below is information on how to enable the repositories.
</p>
</div>
</div>

<hr/>

<h3><span class="mw-headline" id="Debian"><img src="images/ico_debian.png" class="img_text_align" alt=""/> Debian</h3>
<h3><span class="mw-headline">
<img src="images/ico_debian.png" class="img_text_align" alt=""/> Debian / <img src="images/ico_ubuntu.png" class="img_text_align" alt=""/> Ubuntu
</span></h3>

<p>
Debian users can enable our repositories by installing this deb file:
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_7.2.0%7Ekxstudio1_all.deb" class="external free" rel="nofollow" target="_blank">kxstudio-repos.deb</a>.<br/>
If you're running Debian Wheezy, consider installing the backports repo package as well:
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-backports_7.2.0%7Ekxstudio1_all.deb" class="external free" rel="nofollow" target="_blank">kxstudio-repos-backports.deb</a>.
(*<i>only</i>* for wheezy)<br/>
All Debian and Ubuntu users can enable our repositories by installing this deb file:
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.1.0%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos.deb</a>.<br/>
You can install it manually by running this:<br/>
</p>
<pre>
<span style="color: rgb(110, 110, 110);"># Download package file</span>
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.1.0~kxstudio1_all.deb

<hr/>
<span style="color: rgb(110, 110, 110);"># Install it</span>
sudo dpkg -i kxstudio-repos_8.1.0~kxstudio1_all.deb
</pre>

<h3><span class="mw-headline" id="Ubuntu"><img src="images/ico_ubuntu.png" class="img_text_align" alt=""/> Ubuntu</span></h3>
<p>
Ubuntu users can also install deb files for the repositories, but different files are needed for each version.<br/>
As such, we recommend you to enable the repositories using the command-line instead. Just follow these steps:<br/>
<p><br/>
This package contains:
</p>
<pre class="code">
<span style="color: rgb(110, 110, 110);"># Cleanup previous installations if needed</span>
sudo rm -f /var/kxstudio/*
sudo apt-get purge kxstudio-repos<br/>
<span style="color: rgb(110, 110, 110);"># Install needed tools</span>
sudo apt-get install software-properties-common wget<br/>
<span style="color: rgb(110, 110, 110);"># Enable KXStudio repo (press 'Enter' once asked)</span>
sudo add-apt-repository ppa:kxstudio-debian/kxstudio<br/>
<span style="color: rgb(110, 110, 110);"># Update software sources</span>
sudo apt-get update<br/>
<span style="color: rgb(110, 110, 110);"># Install kxstudio-repos</span>
sudo apt-get install kxstudio-repos<br/>
<span style="color: rgb(110, 110, 110);"># Update software sources again</span>
sudo apt-get update
</pre>
<ul>
<li>Various sources files that activates the separate repositories</li>
<li>GPG keys used for package and repository signing</li>
<li>A post-install script that enables an extra, Ubuntu-specific repository</li>
</ul>

<hr/>

<h3><span class="mw-headline" id="Ubuntu"><img src="images/ico_linux.png" class="img_text_align" alt=""/> Others</span></h3>
<p>
Users on other linux distributions should enable the repositories that best match their distro.<br/>
Remember that KXStudio offers repositories only for Debian and its based systems.<br/>
<b>NOTE:</b><br/>
Please do not copy these instructions to your own website, wiki, etc.<br/>
The package file link might change at anytime, and so the instructions themselves.<br/>
Always refer to this exact page for how-to enable the KXStudio repositories please.
</p>

<p><br/></p>


Loading…
Cancel
Save