From 294fc28e29cd88b8f81bbaca598e5284d270b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 26 Oct 2014 18:54:33 +0100 Subject: Apparently we need the new libuv --- CMakeLists.txt | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 458d382..88a01c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}") # Dependencies find_package (PkgConfig REQUIRED) -pkg_check_modules (dependencies REQUIRED ncursesw libuv) +pkg_check_modules (dependencies REQUIRED ncursesw libuv>=0.11) if (USE_SYSTEM_TERMO) find_package (Termo REQUIRED) diff --git a/README b/README index 1cfe0ce..84fc9ed 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3