From c9c8ee9f14688231112b40027a408d85b5c2ae79 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 8 Feb 2023 09:30:24 +1100 Subject: [PATCH] readme: Dependencies Installation for Ubuntu Systems Add Linux dependencies install script and Made Linux version more specific (thx Rithvik) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75fd5600..9c85b29f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ $ brew install git automake autoconf libtool unbound You're a Linux user so you probably already know what to do. Make sure you have git, autotools, libtool, and unbound installed via whatever package manager your OS uses. +You can install these dependencies on any Ubuntu/Debian style linux using +`sudo apt install -y autotools-dev libtool libunbound-dev` ### Windows