mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Update readme
This commit is contained in:
parent
2a99ff0981
commit
8079befe49
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -32,13 +32,22 @@ Additional back-end code available is in the [crl-monitor ](https://github.com/a
|
||||||
|
|
||||||
# Build instructions
|
# Build instructions
|
||||||
|
|
||||||
For Debian & Ubuntu
|
On Debian & Ubuntu:
|
||||||
```
|
```
|
||||||
apt install build-essential autoconf libssl-dev libpcap-dev
|
apt install build-essential autoconf libssl-dev libpcap-dev
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr/local
|
./configure --prefix=/usr/local
|
||||||
make
|
make
|
||||||
make install
|
(optional) make install
|
||||||
|
```
|
||||||
|
|
||||||
|
On Fedora, Centos & RHEL:
|
||||||
|
```
|
||||||
|
dnf install autoconf automake gcc make openssl-devel libpcap-devel
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=/usr/local
|
||||||
|
make
|
||||||
|
(optional) make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
Loading…
Reference in a new issue