diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-02-06 17:22:06 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-02-06 17:22:06 +0100 |
commit | 6b3d5164437ff23b0ba3c209c31a277acb29fa78 (patch) | |
tree | cc5889203b21e1fae0367a918e82ec9337a18997 /README.md | |
parent | 100c159380e6d2786a8650c13c01781ed85c5c1d (diff) | |
download | moony.lv2-6b3d5164437ff23b0ba3c209c31a277acb29fa78.tar.xz |
update README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -33,26 +33,7 @@ Get more information at: [http://open-music-kontrollers.ch/lv2/moony](http://ope ### Dependencies * [LV2](http://lv2plug.in) (LV2 Plugin Standard) -* [Lua](http://lua.org) (Lightweight embeddable language) -* [Flex](http://flex.sourceforge.net) (Fast Lexical Analyzer) -* [Elementary](http://enlightenment.org) (Lightweight GUI Toolkit) - -#### ArchLinux - - # build/runtime dependencies - sudo pacman -S cmake lv2 flex elementary - -#### Debian (>= jessie) and derivatives (Ubuntu, Mint, ...) - - # build dependencies - sudo apt-get install cmake lv2-dev flex libelementary-dev - # runtime dependencies - sudo apt-get install libevas1-engine-software-x11 libevas1-engine-gl-x11 libelementary2 - -#### Ubuntu + X11UI embedding support - - # for X11UI embedding to work, you'll need a more recent libelementary(>=1.13) - sudo add-apt-repository -y ppa:enlightenment-git/ppa +* [libuv](http://libuv.org/) (Asynchronous I/O made simple) ### Build / install |