CircleMUD icon indicating copy to clipboard operation
CircleMUD copied to clipboard

A note on how to compile it

Open CodeSpartan opened this issue 3 years ago • 1 comments

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.

CodeSpartan avatar Jan 04 '22 08:01 CodeSpartan

Thanks for the info!

Yuffster avatar Feb 04 '22 19:02 Yuffster