1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-25 21:10:48 +02:00
fastnetmon-rewritten/docs/DEV_VERSION.md

16 lines
495 B
Markdown
Raw Normal View History

2015-06-16 13:21:53 +02:00
### How I can switch to current Git version?
First of all, please install FastNetMon with automatic installer [here](https://github.com/pavel-odintsov/fastnetmon/blob/master/docs/INSTALL.md)
2015-06-16 13:21:53 +02:00
Than switch to master branch and rebuild toolkit:
```bash
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](https://github.com/pavel-odintsov/fastnetmon/commits/master)