mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Update various document files
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Compiling and installing
|
||||
Building and installing
|
||||
------------------------
|
||||
|
||||
Only dependency is C library and POSIX getopt support.
|
||||
@ -7,9 +7,9 @@ Compiling with GCC or CLANG:
|
||||
|
||||
cc -std=gnu99 -Wpedantic -Wall -Wextra -Os -s -o mcrcon mcrcon.c
|
||||
|
||||
Note: on Window remember to link with winsockets by adding "-lws2_32" to your compiler command line.
|
||||
Note: on Windows remember to link with winsock by adding `-lws2_32` to your compiler command line.
|
||||
|
||||
Or you can just run "make":
|
||||
Or you can just run "**make**":
|
||||
|
||||
make - compiles mcrcon
|
||||
make install - installs compiled binaries and manpage to the system
|
||||
@ -19,4 +19,4 @@ Or you can just run "make":
|
||||
/usr/local/bin/mcrcon
|
||||
/usr/local/share/man/man1/mcrcon.1
|
||||
|
||||
Makefile "install" and "uninstall" rules are disabled on windows.
|
||||
Makefile "**install**" and "**uninstall**" rules are disabled on windows.
|
||||
|
||||
Reference in New Issue
Block a user