doc cobra
This commit is contained in:
parent
1189b5f693
commit
b6b9ffd15c
@ -191,7 +191,7 @@ CMakefiles for the library and the examples are available. This library has few
|
||||
|
||||
There is a Dockerfile for running some code on Linux, and a unittest which can be executed by typing `make test`.
|
||||
|
||||
You can build and install the ws command line tool with Homebrew.
|
||||
You can build and install the `ws command line tool` with Homebrew.
|
||||
|
||||
```
|
||||
brew tap bsergean/IXWebSocket
|
||||
|
2
makefile
2
makefile
@ -6,6 +6,8 @@ all: brew
|
||||
install: brew
|
||||
|
||||
# Use -DCMAKE_INSTALL_PREFIX= to install into another location
|
||||
# on osx it is good practice to make /usr/local user writable
|
||||
# sudo chown -R `whoami`/staff /usr/local
|
||||
brew:
|
||||
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install)
|
||||
|
||||
|
1
ws/ixcobra/README.md
Normal file
1
ws/ixcobra/README.md
Normal file
@ -0,0 +1 @@
|
||||
Client code to publish to a real time analytic system, described in [https://bsergean.github.io/redis_conf_2019/slides.html#1](link).
|
Loading…
Reference in New Issue
Block a user