From b6b9ffd15c3d1fd6233740cf2a7858376b6a97fc Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant <“bsergean@gmail.com”> Date: Sun, 21 Apr 2019 11:52:38 -0700 Subject: [PATCH] doc cobra --- README.md | 2 +- makefile | 2 ++ ws/ixcobra/README.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ws/ixcobra/README.md diff --git a/README.md b/README.md index c6481931..c3ad5bbb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/makefile b/makefile index 6776ef0b..1f30cf88 100644 --- a/makefile +++ b/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) diff --git a/ws/ixcobra/README.md b/ws/ixcobra/README.md new file mode 100644 index 00000000..a852456e --- /dev/null +++ b/ws/ixcobra/README.md @@ -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).