README: update install instructions
Closes #30 Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
271c4ecdcb
commit
7f3fe02d47
17
README.md
17
README.md
@ -17,10 +17,17 @@ For more info, please visit [the Tinyproxy web site](https://tinyproxy.github.io
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Tinyproxy uses a standard GNU `configure` script based on the automake
|
||||||
|
system. If compiling from a git checkout, you need to first run
|
||||||
|
|
||||||
To install this package under a UNIX derivative, read the INSTALL file.
|
```
|
||||||
Tinyproxy uses a standard GNU `configure` script. Basically you should
|
./autogen.sh
|
||||||
be able to do:
|
```
|
||||||
|
|
||||||
|
from the top level directory to generate the `configure` script.
|
||||||
|
The release tarball contains the pre-created `configure` script,
|
||||||
|
so when building fom a release, you can skip this step.
|
||||||
|
Then basically all you need to do is
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -55,6 +62,10 @@ Compile a static version of Tinyproxy.
|
|||||||
- `--with-stathost=HOST`:
|
- `--with-stathost=HOST`:
|
||||||
Set the default name of the stats host.
|
Set the default name of the stats host.
|
||||||
|
|
||||||
|
For more information about the build system, read the INSTALL file
|
||||||
|
that is generated by `autogen.sh` and comes with the release tar ball.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user