From b294b9ea29015cbb4a36959f7f1297e3abaf6808 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Fri, 21 Jun 2013 14:37:47 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ee8490a..97a6046 100644 --- a/README.md +++ b/README.md @@ -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/).