aboutsummaryrefslogtreecommitdiffstats
path: root/v3/contrib/libwebsock/docs/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'v3/contrib/libwebsock/docs/INSTALL.txt')
-rw-r--r--v3/contrib/libwebsock/docs/INSTALL.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/v3/contrib/libwebsock/docs/INSTALL.txt b/v3/contrib/libwebsock/docs/INSTALL.txt
new file mode 100644
index 0000000..1952ebe
--- /dev/null
+++ b/v3/contrib/libwebsock/docs/INSTALL.txt
@@ -0,0 +1,12 @@
+To install websock, you will need libtool, autoconf, and automake.
+
+Just run ./autogen.sh in the root directory of the page.
+
+After running autogen.sh, if no errors are reported, you should be able to:
+
+./configure && make && sudo make install
+
+To use the library you must link against libwebsock and ssl. For example,
+to compile the test.c program in the root.
+
+gcc test.c -o test -lwebsock -lssl