From 1d559bd8ef967979f5712934a27eabfff1acc2fe Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Sat, 17 Dec 2016 20:20:27 +0200 Subject: [PATCH] Update INSTALL --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 54cb5b8..c1f04cc 100644 --- a/INSTALL +++ b/INSTALL @@ -6,6 +6,8 @@ Only dependency is C library with POSIX getopt support. 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": @@ -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.