diff --git a/BUILDING.md b/BUILDING.md index 981447a..316b36a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,13 +1,17 @@ Building and installing ----------------------- -#### Requirements & dependencies: +### Prerequisites - GCC compatible compiler -- POSIX getopt support from **** +- make +- POSIX.1 support + * getopt() + * strcasecmp() + * tcflush() --- -#### Compiling +### Compiling cc -std=gnu99 -Wpedantic -Wall -Wextra -Wno-gnu-zero-variadic-macro-arguments -O2 -o mcrcon mcrcon.c