added libcxx-devel to yum install list

Needed to compile LIEF
pull/5158/head
Kortho 2019-09-13 14:07:15 +02:00 committed by GitHub
parent 76b1b05a9e
commit 7a1977bcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ installCoreRHEL () {
$SUDO_WWW $PATH_TO_MISP/venv/bin/pip install -U redis
# lief needs manual compilation
sudo yum install devtoolset-7 cmake3 cppcheck -y
sudo yum install devtoolset-7 cmake3 cppcheck libcxx-devel -y
# FIXME: This does not work!
cd $PATH_TO_MISP/app/files/scripts/lief