dino0815 / mcrcon

Rcon client for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

####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.

About

Rcon client for Minecraft

License:zlib License


Languages

Language:C 100.0%