mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: NAME_WLE requires CMake 3.14
This commit is contained in:
parent
b1c16cd437
commit
390ca477bd
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.13)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
project(notcurses VERSION 0.9.9
|
project(notcurses VERSION 0.9.9
|
||||||
DESCRIPTION "UI for modern terminal emulators"
|
DESCRIPTION "UI for modern terminal emulators"
|
||||||
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
||||||
|
@ -103,7 +103,7 @@ that fine library.
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* A C11 and a C++17 compiler
|
* A C11 and a C++17 compiler
|
||||||
* CMake 3.13.0+
|
* CMake 3.14.0+
|
||||||
* From NCURSES: terminfo 6.1+
|
* From NCURSES: terminfo 6.1+
|
||||||
* (OPTIONAL) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
* (OPTIONAL) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
||||||
* (man pages) [ronn](https://github.com/rtomayko/ronn) 0.8+
|
* (man pages) [ronn](https://github.com/rtomayko/ronn) 0.8+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user