Update README.md

This commit is contained in:
Tiiffi
2015-01-19 02:08:19 +02:00
parent e2b3bb16e3
commit c503dedd37

View File

@ -1,7 +1,10 @@
####Compiling:
Raw command:
```gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
or run **make**.
On windows, remember to link with winsockets.
Add ```-lws2_32``` to compiler command line on Mingw GCC.