1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-27 08:56:19 +02:00
fastnetmon-rewritten/docs/DEV_VERSION.md
Pavel Odintsov 61e89205b3
Fixed topic
2017-12-03 21:41:16 +00:00

462 B

How I can switch to current development version?

First of all, please install FastNetMon with automatic installer here

Than switch to master branch and rebuild toolkit:

cd /usr/src/fastnetmon
git checkout master
cd src/build
cmake ..
make
./fastnetmon 

You could use git log command for checking about last commits and compare with GitHub