forked from Stazed/rakarrack-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rakarrack-plus .png screenshot. Prepare for first release version 1.0.0.
- Loading branch information
stazed
authored and
stazed
committed
May 1, 2020
1 parent
b01ff4d
commit 870d528
Showing
3 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
Rakarack-plus | ||
============= | ||
|
||
Rakarrack plus LV2s. | ||
|
||
Screenshot | ||
---------- | ||
|
||
 | ||
|
||
|
||
Install | ||
------- | ||
|
||
The dependencies are: | ||
|
||
* libfltk1.3 | ||
* libxpm | ||
* libjack100.0 | ||
* libasound2 | ||
* libsamplerate0 | ||
* libsndfile1 | ||
* aconnect (part of Debian Package alsa-utils, name may vary on other distributions) | ||
* jackd | ||
* libxft2 | ||
|
||
If you want to compile you will also need the development packages: | ||
|
||
* libxpm-dev | ||
* libfltk1.3-dev | ||
* libjack-dev | ||
* libsndfile1-dev | ||
* libsamplerate0-dev | ||
* libasound2-dev | ||
* libxft-dev | ||
|
||
|
||
To build both rakarrack-plus and LV2s: | ||
From top checkout directory: | ||
mkdir build | ||
cd build | ||
cmake .. | ||
make | ||
make install (as root) | ||
|
||
To remove: | ||
make uninstall (as root) | ||
|
||
Carla presets can be generated and installed by setting the "BuildCarlaPresets" | ||
flag (OFF by default). Use: | ||
|
||
cmake -DBuildCarlaPresets=ON .. | ||
|
||
To build Rakarrack-plus only set "BuildLV2Plugins" to OFF: | ||
|
||
cmake -DBuildLV2Plugins=OFF .. | ||
|
||
To build LV2s only set "BuildRakarrack-plus" to OFF | ||
|
||
cmake -DBuildRakarrackPlus=OFF .. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.