mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Update BUILDING.md
This commit is contained in:
10
BUILDING.md
10
BUILDING.md
@ -1,13 +1,17 @@
|
||||
Building and installing
|
||||
-----------------------
|
||||
|
||||
#### Requirements & dependencies:
|
||||
### Prerequisites
|
||||
- GCC compatible compiler
|
||||
- POSIX getopt support from **<unistd.h>**
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user