diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-26 18:54:33 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-26 18:54:33 +0100 |
commit | 294fc28e29cd88b8f81bbaca598e5284d270b675 (patch) | |
tree | 4aef1a55c21407bf352d9605e8c25de0151b822a /README | |
parent | d77a47d54f82098c54f6379836cd9e7b67756b0a (diff) | |
download | neetdraw-294fc28e29cd88b8f81bbaca598e5284d270b675.tar.gz neetdraw-294fc28e29cd88b8f81bbaca598e5284d270b675.tar.xz neetdraw-294fc28e29cd88b8f81bbaca598e5284d270b675.zip |
Apparently we need the new libuv
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ autistdraw Building and Running -------------------- -Build dependencies: CMake, pkg-config, ncursesw, libuv, termo (included) +Build dependencies: CMake, pkg-config, ncursesw, libuv>=0.11.x, termo (included) $ git clone https://github.com/pjanouch/autistdraw.git $ git submodule init |