mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -04:00
Update README.md
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
####Compiling:
|
####Compiling:
|
||||||
|
|
||||||
|
Raw command:
|
||||||
```gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
|
```gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
|
||||||
|
|
||||||
|
or run **make**.
|
||||||
|
|
||||||
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