Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.1)
project (rakarrack-plus)

set (PACKAGE_VERSION "0.7.1")
set (PACKAGE_VERSION "1.0.0")

set (CMAKE_SKIP_RULE_DEPENDENCY OFF)

Expand Down
61 changes: 61 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
Rakarack-plus
=============

Rakarrack plus LV2s.

Screenshot
----------

![screenshot](https://raw.github.com/Stazed/rakarrack-plus/wip/doc/rakarrack-plus-1.0.0.png "Rakarrack-plus Gleam Theme")


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 ..

Binary file added doc/rakarrack-plus-1.0.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 870d528

Please sign in to comment.