📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -