Note the build requirements
Would also benefit from the addition of pkg and dnf commands.
This commit is contained in:
parent
c651664720
commit
f74e27fc98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user