mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -04:00
README.md edited online with Bitbucket
This commit is contained in:
20
README.md
20
README.md
@ -1,10 +1,10 @@
|
|||||||
####Compiling:
|
####Compiling:
|
||||||
|
|
||||||
```gcc -std=gnu99 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
|
```gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
|
||||||
|
|
||||||
On windows, remember to link with winsockets.
|
On windows, remember to link with winsockets.
|
||||||
Add ```-lws2_32``` to compiler command line on Mingw GCC.
|
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/).
|
More info [here](http://forums.bukkit.org/threads/admin-rcon-mcrcon-remote-connection-client-for-minecraft-servers.70910/).
|
||||||
Reference in New Issue
Block a user