chenshuo/linux-debug

libnet.h does not exist

Closed this issue · 1 comments

  • g++ -std=c++11 -Wall -g -m32 -O0 -c study/build.cc -o study/build.o
    study/build.cc:1:20: fatal error: libnet.h: 没有那个文件或目录
    #include <libnet.h>

resolved by "apt-get install libnet1-dev"