Add comment for MacOS

This commit is contained in:
William Robinet 2023-08-10 17:03:54 +02:00
parent ca5dc95043
commit 8ae5938163
No known key found for this signature in database
GPG key ID: 003FA3DF74C7A949

View file

@ -73,6 +73,11 @@ On FreeBSD (as root):
pkg install git cmake ninja json-c libnet pkg install git cmake ninja json-c libnet
``` ```
On MacOS (as root):
```
brew install cmake ninja openssl@3 libpcap libnet json-c
```
Compile & install: Compile & install:
``` ```
git clone https://github.com/adulau/ssldump.git git clone https://github.com/adulau/ssldump.git