diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-04-30 11:32:25 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-04-30 11:32:25 +0200 |
commit | 4df15f7715a4ffa9edf4b3e9224ae522bf77b160 (patch) | |
tree | 22d17c8d904de7f05119e97cb0e53cb284c1d6ad /README.md | |
parent | dadfd3ba0b5ca8dbdf0b50905e1885d16fea3c15 (diff) | |
download | moony.lv2-4df15f7715a4ffa9edf4b3e9224ae522bf77b160.tar.xz |
get rid of libuv dependency for simple_ui.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Get more information at: [http://open-music-kontrollers.ch/lv2/moony](http://ope ### Dependencies * [LV2](http://lv2plug.in) (LV2 Plugin Standard) -* [libuv](http://libuv.org/) (Asynchronous I/O made simple) +* [libwebsockets](https://libwebsockets.org/) (Lightweight pure C websocket library) ### Build / install |