1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 07:30:08 +02:00

Change path in all documentation

This commit is contained in:
Pavel Odintsov 2015-03-22 13:43:59 +03:00
parent 80466c3b66
commit e08a7060a1
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ Update linker paths:
mkdir /usr/local/src
cd /usr/local/src
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
cd fastnetmon/src
mkdir build
cd build
cmake ..

View File

@ -10,7 +10,7 @@ Build fastnetmon:
```bash
cd ~
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
cd fastnetmon/src
mkdir build
cd build
cmake ..

View File

@ -45,12 +45,12 @@ Install FastNetMon:
cd /usr/src
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
cd fastnetmon/src
```
Build FastNetMon with cmake:
```bash
cd /usr/src/fastnetmon
cd /usr/src/fastnetmon/cmake
mkdir build
cd build
cmake ..

View File

@ -60,7 +60,7 @@ Now you have all you need for compiling fastnetmon.
```bash
cd /usr/src
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
cd fastnetmon/src
In file CMakeLists.txt coment out the line:
target_link_libraries(fastnetmon pcap)
mkdir build