Browse Source

Update INSTALL

tags/v0.9.0
falkTX 12 years ago
parent
commit
3ac284b573
1 changed files with 5 additions and 13 deletions
  1. +5
    -13
      INSTALL.md

+ 5
- 13
INSTALL.md View File

@@ -20,12 +20,11 @@ The required build dependencies are: <i>(devel packages of these)</i>


- JACK - JACK
- Qt4 - Qt4
- Python3
- PyQt4 (Py3 version) - PyQt4 (Py3 version)


On Debian and Ubuntu, use these commands to install all build dependencies: <br/> On Debian and Ubuntu, use these commands to install all build dependencies: <br/>
`$ sudo apt-get install libjack-dev libqt4-dev` <br/>
`$ sudo apt-get install qt4-dev-tools python-qt4-dev python3-pyqt4 pyqt4-dev-tools`
`$ sudo apt-get install libjack-dev libqt4-dev qt4-dev-tools` <br/>
`$ sudo apt-get install python-qt4-dev python3-pyqt4 pyqt4-dev-tools`


To run all the apps/tools, you'll additionally need: To run all the apps/tools, you'll additionally need:


@@ -41,8 +40,8 @@ Optional but recommended:
The 'Cadence' app relies on jackdbus to work properly (either JACK2 or JACK1+DBus patch). <br/> The 'Cadence' app relies on jackdbus to work properly (either JACK2 or JACK1+DBus patch). <br/>
Claudia is a LADISH frontend, so it will obviously require LADISH to run. Claudia is a LADISH frontend, so it will obviously require LADISH to run.


The python version used and tested is python3.2. <br/>
After install, the app/tools will still work on distros with python2 as default, without any additional work.
The python version used and tested is python3.2. Older versions won't work! <br/>
After install, the app/tools will still work on distributions with python2 as default, without any additional work.


<br/> <br/>


@@ -54,37 +53,30 @@ Here's the required run-time dependencies of each of the main tools:
### Cadence ### Cadence
Recommends a2jmidid (>= 7) and jackdbus <br/> Recommends a2jmidid (>= 7) and jackdbus <br/>
Suggests pulseaudio[-module-jack] <br/> Suggests pulseaudio[-module-jack] <br/>
<br/>


### Cadence-JackMeter ### Cadence-JackMeter
Requires jack <br/> Requires jack <br/>
<br/>


### Cadence-JackSettings ### Cadence-JackSettings
Requires jackdbus <br/> Requires jackdbus <br/>
<br/>


### Cadence-Logs ### Cadence-Logs
No special requirements <br/> No special requirements <br/>
<br/>


### Cadence-Render ### Cadence-Render
Requires jack-capture <br/> Requires jack-capture <br/>
<br/>


### Cadence-XY Controller ### Cadence-XY Controller
Requires jack <br/> Requires jack <br/>
<br/>


### Catarina ### Catarina
No special requirements <br/> No special requirements <br/>
<br/>


### Catia ### Catia
Recommends a2jmidid (>= 7) and jackdbus <br/> Recommends a2jmidid (>= 7) and jackdbus <br/>
<br/>


### Claudia [Linux only] <br/> ### Claudia [Linux only] <br/>
Requires jackdbus and ladish <br/> Requires jackdbus and ladish <br/>
Recommends a2jmidid <br/> Recommends a2jmidid <br/>

<br/> <br/>

Loading…
Cancel
Save