📄 install
字号:
Prerequisites-------------cmakelibnetfilter-queueswigpython development filesperl development filesCompilation-----------A Makefile has been written to wrap cmake callRunning 'make' will: - Create a subdirectory build/ - Go in that directory and call cmake .. - Call make to build the librairiesIf the pkg-config files for libnetfilter-queue are in a non-standarddirectory, export the following variable before calling make:: export PKG_CONFIG_PATH=/path/to/prefix/lib/pkgconfig/To remove the build files, run 'make clean' or just remove the builddirectory.Installation------------Edit the toplevel makefile, and set the PREFIX variable:: PREFIX = /usr/localor, alternatively, set the contents of the value when running make:: make make PREFIX=/usr/local install
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -