Skip to content

Commit f3a3e53

Browse files
Merge pull request #80 from dboleslawski/master
updated building libwebsockets OS X README
2 parents ef1d7d6 + e4b462d commit f3a3e53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ ofxLibwebsockets uses [libwebsockets 1.5](https://github.com/warmcat/libwebsocke
108108

109109
### OS X
110110

111+
* If you're using El Capitan, make sure you have OpenSSL x86_64 & i386 installed and linked properly. If not, install using [homebrew](http://brew.sh):
112+
```
113+
brew install openssl --universal
114+
brew link openssl --force
115+
```
111116
* Clone libwebsockets
112117
```
113118
cd /path/to/libwebsockets

0 commit comments

Comments
 (0)