-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
If anyone wants to compile it under Windows in this day and age, here's how:
-
In
comm.c, add#pragma comment(lib, "Ws2_32.lib")on line 37 -
Make sure the configuration is set to Release
-
Go to Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions add:
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;
Then build it.
Copy /lib/ into where Circle.exe is.
Metadata
Metadata
Assignees
Labels
No labels