From 1d98a99ccf86fe93e739a4a0768c871dbc38f3da Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Tue, 1 May 2018 15:24:52 -0500 Subject: [PATCH] Update install instructions for Ubuntu 18.04 --- doc/install/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/install.rst b/doc/install/install.rst index f5c804fc0f..a62823b1bb 100644 --- a/doc/install/install.rst +++ b/doc/install/install.rst @@ -63,8 +63,8 @@ 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``. + In order to build Bro on Debian 9 or Ubuntu 18.04, install ``libssl1.0-dev`` + instead of ``libssl-dev``. * FreeBSD: