install

来自「此包是为perl或者 Python等高级语言提供一个库」· 代码 · 共 42 行

TXT
42
字号
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 + =
减小字号Ctrl + -
显示快捷键?