Apparently we need the new libuv
This commit is contained in:
parent
d77a47d54f
commit
294fc28e29
|
@ -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)
|
||||
|
|
2
README
2
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
|
||||
|
|
Loading…
Reference in New Issue