readme.macosx

来自「GNet是一个简单的网络库。它是目标定向的」· MACOSX 代码 · 共 14 行

MACOSX
14
字号
To compile GNet on MacOS X (and NeXT, OpenStep and other similar OS's)you need to disable smart preprocessing.  To do this, instead of justrunning configure run:csh/tcsh:  % setenv CFLAGS -traditional-cpp  % ./configuresh/bash:  % CFLAGS=-traditional-cpp ./configure(This may not be required in 10.1 and later version.)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?