We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f533edc commit 373d2cdCopy full SHA for 373d2cd
README.md
@@ -114,6 +114,17 @@
114
* Linux
115
* Linux support is offline until the library is recompiled. Please submit me a PR!!!
116
117
+## Building libwebockets
118
+### OS X
119
+* Clone libwebsockets
120
+``` Cd /path/to/libwebsockets
121
+ mkdir build
122
+ cd build
123
+ cmake "-DCMAKE_OSX_ARCHITECTURES=x86_64;i386" ..
124
+ make
125
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=./install . && make install```
126
+
127
128
#STATUS
129
* Version 0.8.1 (current)
130
* Overhauled all messaging, supporting senging/receiving string and binary messages of indefinite size via continuation frames
0 commit comments