mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 13:22:36 +01:00
Fix path for PF_RING again
This commit is contained in:
parent
a6f0c0c3c7
commit
c8952a5e33
@ -10,7 +10,7 @@ before_script:
|
||||
- tar -xf PF_RING-6.0.2.tar.gz
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential bison flex libnuma-dev wget tar make
|
||||
- cd userland/lib; ./configure --prefix=/opt/pf_ring; make; sudo make install
|
||||
- cd PF_RING-6.0.2; cd userland/lib; ./configure --prefix=/opt/pf_ring; make; sudo make install
|
||||
script: mkdir -p build; cd build; cmake ..; make
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
Reference in New Issue
Block a user