doc cobra

This commit is contained in:
Benjamin Sergeant
2019-04-21 11:52:38 -07:00
parent 6d24cc44b2
commit 210d19c8a0
3 changed files with 4 additions and 1 deletions

View File

@ -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)