浏览代码

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"