mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2026-02-04 09:31:41 -05: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