Skip to content

Commit

Permalink
Document building on FreeBSD via vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed May 16, 2016
1 parent 28e25a1 commit ef39290
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/BUILDING.md
@@ -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

0 comments on commit ef39290

Please sign in to comment.