1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-23 21:36:11 +02:00
fastnetmon-rewritten/docs/DEV_VERSION.md
2015-06-16 14:21:53 +03:00

495 B

How I can switch to current Git 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