mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -04:00
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
####Compiling:
|
|
|
|
Compile with GCC or CLANG:
|
|
```cc -std=gnu11 -Wpedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
|
|
|
|
or just run **make**.
|
|
|
|
On windows, remember to link with winsockets.
|
|
Add ```-lws2_32``` to compiler command line on Mingw GCC.
|
|
|
|
---
|