mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-28 03:41:07 -04:00
README.md edited online with Bitbucket
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
####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.
|
||||||
|
|||||||
Reference in New Issue
Block a user