Browse Source

Update INSTALL and README

tags/1.9.4
falkTX 11 years ago
parent
commit
23b50976d6
2 changed files with 4 additions and 8 deletions
  1. +4
    -4
      INSTALL.md
  2. +0
    -4
      README.md

+ 4
- 4
INSTALL.md 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:



+ 0
- 4
README.md 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/>

Loading…
Cancel
Save