Prepare release 0.6.6
Change-Id: I2896cf769547e7afbedcc4f00bf28b48e0729426
Refs: #4916
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 864bb10..b2ab18d 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -11,9 +11,11 @@
- Ubuntu 16.04 (amd64, armhf, i386)
- Ubuntu 18.04 (amd64)
+- Ubuntu 19.04 (amd64)
- macOS 10.12
- macOS 10.13
- macOS 10.14
+- CentOS 7 (with gcc 7 and boost 1.58.0)
ndn-cxx is known to work on the following platforms, although they are not officially
supported:
@@ -22,7 +24,6 @@
- Fedora >= 24
- Gentoo Linux
- Raspbian >= 2017-08-16
-- OS X 10.11
- FreeBSD 11.2
@@ -61,7 +62,7 @@
In a terminal, enter::
- sudo apt install build-essential libsqlite3-dev libboost-all-dev libssl-dev
+ sudo apt install build-essential libboost-all-dev libssl-dev libsqlite3-dev pkg-config python-minimal
- Fedora