Update INSTALL

This commit is contained in:
Tiiffi
2016-12-17 20:20:27 +02:00
committed by GitHub
parent 3fdf9d570d
commit 1d559bd8ef

View File

@ -7,6 +7,8 @@ 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.
Or you can just run "make":
make - compiles mcrcon
@ -17,5 +19,4 @@ Or you can just run "make":
/usr/share/bin/mcrcon
/usr/share/man/man1/mcrcon.1
On Window remember to link with winsockets by adding "-lws2_32" to your compiler command line.
Makefile should take care of this automatically but "install" and "uninstall" rules are disabled on windows.
Makefile "install" and "uninstall" rules are disabled on windows.