Update README

This commit is contained in:
Aaro Altonen 2019-08-21 07:35:35 +03:00
parent 1aa5b69bcc
commit 6e10a0d912
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ The library should be linked as a static library to your program.
Linux
`-L<path to library folder> -lkvzrtp`
`-L<path to library folder> -lkvzrtp -lpthread`
Windows
`-L<path to library folder> -lkvzrtp -lwsock32 -lws2_32`
`-L<path to library folder> -lkvzrtp -lpthread -lwsock32 -lws2_32`
# Defines