diff options
author | Determinant <[email protected]> | 2018-07-31 13:44:41 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-31 13:44:41 -0400 |
commit | 207f82c78270ab7d3dbdd84c0b90aed1d5060b00 (patch) | |
tree | 3bd1fff2dde75ce1bd28fd0027910010656f27bb | |
parent | 6131c5e5cc1e83fdbfbc8fc4ce419765ba3d180a (diff) |
...
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ section may be incomplete and subject to changes. :: # ensure openssl and libevent are installed on your machine - cmake -DCMAKE_BUILD_TYPE=Release . -DCMAKE_CXX_FLAGS="-g -DHOTSTUFF_ENABLE_LOG_PROTO" -DBUILD_SHARED=ON + cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED=ON -DHOTSTUFF_PROTO_LOG=ON make # start 4 demo replicas with ./run_replicas.sh |