Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 495 Bytes

DEV_VERSION.md

File metadata and controls

15 lines (12 loc) · 495 Bytes

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