mirror of
https://github.com/payden/libwsclient
synced 2024-10-27 17:54:01 +00:00
Update README.md again
This commit is contained in:
parent
2b2689e9da
commit
bd9d5faa94
@ -13,4 +13,11 @@ certain events occur (onopen, onmessage, onclose, onerror).
|
||||
Your best bet for getting started is to look at test.c which shows
|
||||
how to connect to an echo server using libwsclient calls.
|
||||
|
||||
Also, to install:
|
||||
|
||||
./autogen.sh
|
||||
./configure && make && sudo make install
|
||||
|
||||
Then link your C program against websock: '-lwebsock'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user