1
0
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:
Pavel Odintsov 2014-12-06 19:12:57 +03:00
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: