Преглед изворни кода

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
 ### Example Server Implementation
 Compile the examples with the single-file distribution `open62541.h/.c` header and source file.
 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
 ```c
 #include <signal.h>
 #include <signal.h>
 #include "open62541.h"
 #include "open62541.h"