File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 git clone --depth 1 https://github.com/seladb/PcapPlusPlus.git
4040 cd PcapPlusPlus
41- ./configure-linux.sh --default || ./configure-mac_os_x.sh --default
41+ ./mk/ configure-linux.sh --default || ./mk /configure-mac_os_x.sh --default
4242 make -j$(nproc || sysctl -n hw.ncpu)
4343 sudo make install
4444 sudo ldconfig || true
Original file line number Diff line number Diff line change 3232 run : |
3333 git clone --depth 1 https://github.com/seladb/PcapPlusPlus.git
3434 cd PcapPlusPlus
35- ./configure-linux.sh --default || ./configure-mac_os_x.sh --default
35+ ./mk/ configure-linux.sh --default || ./mk /configure-mac_os_x.sh --default
3636 make -j$(nproc || sysctl -n hw.ncpu)
3737 sudo make install
3838 sudo ldconfig || true
You can’t perform that action at this time.
0 commit comments