Update make-linux

Added libreadline-dev libncurses-dev to apt-get
This commit is contained in:
dazzag24 2019-11-27 20:26:54 +00:00 committed by GitHub
parent e3a2837599
commit 5af051f971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install_prerequisites() {
sudo apt-get install libboost-dev g++ libboost-filesystem-dev \
libboost-program-options-dev libboost-regex-dev \
libboost-system-dev libboost-test-dev \
libssl-dev libtool bison flex pkg-config
libssl-dev libtool bison flex pkg-config libreadline-dev libncurses-dev
# Install prereqs based on https://github.com/apache/arrow/tree/master/cpp
sudo apt-get install cmake \