Skip to content
Snippets Groups Projects
Commit 4c9a239b authored by Michael Tüxen's avatar Michael Tüxen Committed by GitHub
Browse files

Update README.md

parent 326f0e82
No related branches found
No related tags found
No related merge requests found
......@@ -25,16 +25,25 @@ sudo cp packetdrill /usr/bin
### FreeBSD
For installing the required packages run:
```
sudo pkg install ???
sudo pkg install git bison
```
Then download the sources, compile them and install the files:
```
git clone https://github.com/nplab/packetdrill.git
cd packetdrill/gtests/net/packetdrill/
./configure
gmake
make
sudo cp packetdrill /usr/local/bin
```
To be able to run packetdrill in combination with `sudo` run
```
sudo sysctl -w vm.old_mlock=1
```
or add
```
vm.old_mlock=1
```
to `/etc/sysctl.conf` and reboot.
## Continous Integration
The status of continous integration testing is available from [grid](http://212.201.121.110:38010/grid) and [waterfall](http://212.201.121.110:38010/waterfall).
If you are only interested in a single branch, just append `?branch=BRANCHNAME` to the URL, for example [waterfall](http://212.201.121.110:38010/waterfall?branch=master).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment