From 8167f8e2fbd33b1c567477d8a46228ce466f1d0d Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 26 Jul 2019 19:52:55 +0200 Subject: [PATCH] Added libicu-dev to Debian example. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6318fd8..9cd0c36 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_releas echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list.d/sid.list 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 + libvsqlitepp-dev libboost-system-dev libboost-filesystem-dev libicu-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