Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 330 Bytes

####Compiling:

gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c

On windows, remember to link with winsockets. Add -lws2_32 to compiler command line on Mingw GCC.


More info here.