From c6c4ff3c213f578ff30400ac49078d4952f5df9e Mon Sep 17 00:00:00 2001 From: tiiffi Date: Sat, 3 Jan 2015 08:36:50 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 97a6046..bc3c7e2 100644 --- a/README.md +++ b/README.md @@ -1,10 +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/). +####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](http://forums.bukkit.org/threads/admin-rcon-mcrcon-remote-connection-client-for-minecraft-servers.70910/). \ No newline at end of file