?? 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 + -