Document building on FreeBSD via vagrant

This commit is contained in:
Arnout Engelen
2016-05-16 20:29:50 +02:00
parent 28e25a15d8
commit ef39290e11

14
doc/BUILDING.md Normal file
View File

@@ -0,0 +1,14 @@
To test building on FreeBSD:
vagrant init freebsd/FreeBSD-10.3-RELEASE
vagrant up --provider virtualbox
This may show an error related to MAC addresses, but just try again:
vagrant up
vagrant ssh
sudo pkg install git gmake
git clone https://github.com/raboof/nethogs
cd nethogs
gmake
sudo ./src/nethogs