add libav 0.29+ to deps

This commit is contained in:
nick black 2019-11-24 22:24:41 -05:00 committed by Nick Black
parent f20e8fde4b
commit 66b06e9d91
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@ project(notcurses VERSION 0.0.1
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
configure_file(tools/version.h.in include/version.h)

View File

@ -66,6 +66,13 @@ On the other hand, if you're targeting industrial or critical applications,
or wish to benefit from the time-tested reliability and portability of Curses,
you should by all means use that fine library.
## Requirements
* A C11 and a C++14 compiler
* CMake 3.13.0+
* NCurses 6.1+
* LibAV 0.29+
## Basic use
A program wishing to use notcurses will need to link it, ideally using the