Update INSTALL and README

This commit is contained in:
falkTX 2013-10-24 20:27:52 +01:00
parent 31cc439f19
commit 23b50976d6
2 changed files with 4 additions and 8 deletions

View File

@ -6,7 +6,7 @@ To install Carla, simply run as usual: <br/>
You can run it without installing, by using instead: <br/>
`$ make` <br/>
`$ python3 source/carla.py`
`$ python3 source/carla`
Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, like this: <br/>
`$ make install PREFIX=/usr DESTDIR=./test-dir`
@ -18,14 +18,14 @@ Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, li
The required build dependencies are: <i>(devel packages of these)</i>
- liblo
- Qt4
- PyQt4 (python3 version)
- Qt5
- PyQt5 (python3 version)
Optional for extended LV2 UIs support:
- Gtk2
- Gtk3
- Qt5
- Qt4
Optional for extra samplers support:

View File

@ -10,8 +10,4 @@ Carla-Control is an OSC Control GUI for Carla (you get the OSC address from the
It supports controlling main UI components (Dry/Wet, Volume and Balance), and all plugins parameters. <br/>
Peak values and control outputs are displayed as well.
<b>NOTE:</b> You're currently using the development git branch of Carla. <br/>
For the stable version please use the "1.0.x" branch: <br/>
`git checkout 1.0.x`
<br/>