readme
来自「samba最新软件」· 代码 · 共 21 行
TXT
21 行
Building on Unix with gcc and autotoolsIf checking out from CVS: sh autogen.shThen configure, make, make installTest programsTo build the test programs run 'make check'Linking to libjsonIf your system has pkgconfig then you can just add this to your makefileCFLAGS += $(shell pkg-config --cflags json)LDFLAGS += $(shell pkg-config --libs json)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?