Fixed Debian dependency example.

This commit is contained in:
tastytea 2019-05-17 04:29:55 +02:00
parent 54da86df9d
commit 27b3d1cc55
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -49,8 +49,9 @@ apt-get update
apt-get install g++-6 cmake pkg-config libcurl4-openssl-dev libxdg-basedir-dev \
libvsqlitepp-dev libboost-system-dev libboost-filesystem-dev asciidoc
apt-get install -t sid libcurlpp-dev
# Inside the source directory:
wget -O src/popl.hpp https://raw.githubusercontent.com/badaix/popl/v1.2.0/include/popl.hpp
CXX="g++-6"
export CXX="g++-6"
----
====