Updated README: Equal sign not required with `--mode` flag.
[sgk-go] / OSX
CommitLineData
7eeb782e
AT
1If you have Mac OS X you can build GNU Go using Apple's compiler, which
2is derived from GCC. You will need Xcode.
3
4 One issue is that the configure test for socket support is too
5conservative. On OS/X, the configure test fails, but actually socket
6support exists. So if you want to be able to connect to the engine
7through tcp/ip (using gtp) you may `configure --enable-socket-support'.
8There will be an error message but you may build the engine and socket
9support should work.