Document building on FreeBSD via vagrant
This commit is contained in:
14
doc/BUILDING.md
Normal file
14
doc/BUILDING.md
Normal 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
|
||||||
Reference in New Issue
Block a user