From f74e27fc98f37abefd00731efd66414d99a36d44 Mon Sep 17 00:00:00 2001 From: "Drew G. Wallace" <32915923+drewgwallace@users.noreply.github.com> Date: Mon, 4 Jun 2018 09:52:28 -0700 Subject: [PATCH] Note the build requirements Would also benefit from the addition of pkg and dnf commands. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f13e670..514820f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ For more info, please visit [the Tinyproxy web site](https://tinyproxy.github.io ## Installation Tinyproxy uses a standard GNU `configure` script based on the automake -system. If compiling from a git checkout, you need to first run +system. To compile and install Tinyproxy, ensure the following packages are installed: + +``` +apt-get install -y gcc automake asciidoc # Debian/Ubuntu +yum install -y gcc automake asciidoc # CenOS/RHEL +``` + +If compiling from a git checkout, you need to first run ``` ./autogen.sh