Note the build requirements

Would also benefit from the addition of pkg and dnf commands.
This commit is contained in:
Drew G. Wallace 2018-06-04 09:52:28 -07:00 committed by GitHub
parent c651664720
commit f74e27fc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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