mirror of
https://github.com/payden/libwsclient
synced 2024-10-27 17:54:01 +00:00
d01f0a9e13
Only got the handshake and basic text frame sending done.
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#! /bin/sh
|
|
libtoolize
|
|
aclocal \
|
|
&& automake --add-missing \
|
|
&& autoconf
|