Update BUILDING.md

This commit is contained in:
Tiiffi
2025-11-27 07:13:15 +02:00
parent 8963c9c2a7
commit b03cc2b236

View File

@@ -13,7 +13,7 @@ Building and installing
### Compiling ### Compiling
cc -std=gnu99 -Wpedantic -Wall -Wextra -Wno-gnu-zero-variadic-macro-arguments -O2 -o mcrcon mcrcon.c cc -std=gnu99 -Wpedantic -Wall -Wextra -O2 -o mcrcon mcrcon.c
>[!NOTE] >[!NOTE]
>If you are compiling on Windows remember to link with winsock by adding `-lws2_32` to your compiler command line. >If you are compiling on Windows remember to link with winsock by adding `-lws2_32` to your compiler command line.