fix ncurses package names

This commit is contained in:
Scott Lamb 2017-02-05 21:58:41 -08:00
parent 04c124546b
commit 3314673b8f
2 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,8 @@ all non-Rust dependencies:
libavcodec-dev \
libavformat-dev \
libavutil-dev \
libncurses5w-dev \
libncurses5-dev \
libncursesw5-dev \
libsqlite3-dev
Next, you need Rust 1.15+ and Cargo. The easiest way to install them is by following

View File

@ -139,7 +139,8 @@ if [ "${SKIP_APT:-0}" != 1 ]; then
libavcodec-dev \
libavformat-dev \
libavutil-dev \
libncurses5w-dev \
libncurses5-dev \
libncursesw5-dev \
libsqlite3-dev
fi