Apparently we need the new libuv

This commit is contained in:
Přemysl Eric Janouch 2014-10-26 18:54:33 +01:00
parent d77a47d54f
commit 294fc28e29
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}")
# Dependencies # Dependencies
find_package (PkgConfig REQUIRED) find_package (PkgConfig REQUIRED)
pkg_check_modules (dependencies REQUIRED ncursesw libuv) pkg_check_modules (dependencies REQUIRED ncursesw libuv>=0.11)
if (USE_SYSTEM_TERMO) if (USE_SYSTEM_TERMO)
find_package (Termo REQUIRED) find_package (Termo REQUIRED)

2
README
View File

@ -5,7 +5,7 @@ autistdraw
Building and Running 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 clone https://github.com/pjanouch/autistdraw.git
$ git submodule init $ git submodule init