Skip to content

Commit

Permalink
README.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiiffi committed Jan 3, 2015
1 parent 37c9c02 commit c6c4ff3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit c6c4ff3

Please sign in to comment.