소스 검색

Update README.md

adding note to link winsock2
Sten Grüner 8 년 전
부모
커밋
914722f153
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -55,7 +55,7 @@ As an open source project, we invite new contributors to help improve open62541.
 
 ### Example Server Implementation
 Compile the examples with the single-file distribution `open62541.h/.c` header and source file.
-Using the GCC compiler, just run ```gcc -std=c99 <server.c> open62541.c -o server```.
+Using the GCC compiler, just run ```gcc -std=c99 <server.c> open62541.c -o server``` (under Windows you may need to add ``` -lws2_32```).
 ```c
 #include <signal.h>
 #include "open62541.h"