From d7e9060f96da2458abb54fb65b36a13f06e847b1 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Fri, 7 Jul 2017 14:05:14 -0500 Subject: [PATCH] Update install instructions for Debian 9 --- doc/install/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install/install.rst b/doc/install/install.rst index 35a38da27b..e7ff45b4fe 100644 --- a/doc/install/install.rst +++ b/doc/install/install.rst @@ -60,6 +60,9 @@ To install the required dependencies, you can use: sudo apt-get install cmake make gcc g++ flex bison libpcap-dev libssl-dev python-dev swig zlib1g-dev + In order to build Bro on Debian 9, install ``libssl1.0-dev`` instead + of ``libssl-dev``. + * FreeBSD: Most required dependencies should come with a minimal FreeBSD install