diff --git a/INSTALL.md b/INSTALL.md index 02380345c..441d99e08 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,7 +6,7 @@ To install Carla, simply run as usual:
You can run it without installing, by using instead:
`$ make`
-`$ python3 source/carla.py` +`$ python3 source/carla` Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, like this:
`$ 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: (devel packages of these) - liblo - - Qt4 - - PyQt4 (python3 version) + - Qt5 + - PyQt5 (python3 version) Optional for extended LV2 UIs support: - Gtk2 - Gtk3 - - Qt5 + - Qt4 Optional for extra samplers support: diff --git a/README.md b/README.md index bca637d71..c0c76cb9c 100644 --- a/README.md +++ b/README.md @@ -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.
Peak values and control outputs are displayed as well. -NOTE: You're currently using the development git branch of Carla.
-For the stable version please use the "1.0.x" branch:
-`git checkout 1.0.x` -