Update README.md

This commit is contained in:
Tiiffi
2013-06-21 14:37:47 +03:00
parent c45d5d94bd
commit b294b9ea29

View File

@ -1 +1,10 @@
####Compiling:
```gcc -std=gnu99 -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](http://forums.bukkit.org/threads/admin-rcon-mcrcon-remote-connection-client-for-minecraft-servers.70910/).