Skip to content

Commit 373d2cd

Browse files
Start of tiny how to build libwebsockets instructions
1 parent f533edc commit 373d2cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,17 @@
114114
* Linux
115115
* Linux support is offline until the library is recompiled. Please submit me a PR!!!
116116

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+
117128
#STATUS
118129
* Version 0.8.1 (current)
119130
* Overhauled all messaging, supporting senging/receiving string and binary messages of indefinite size via continuation frames

0 commit comments

Comments
 (0)