Change path in all documentation
This commit is contained in:
parent
80466c3b66
commit
e08a7060a1
@ -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 ..
|
||||
|
@ -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 ..
|
||||
|
@ -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 ..
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user