File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,7 @@ git clone https://github.com/bitbouncer/csi-async.git
4646git clone https://github.com/bitbouncer/csi-kafka.git
4747
4848cd csi-kafka
49- mkdir build && cd build
50- cmake -D__LINUX__=1 -DCSI_INCLUDE_PATH=../csi-async -DBoost_INCLUDE_DIRS=../boost_1_59_0 -DBoost_LIBRARY_DIRS=$(pwd)/../../boost_1_59_0/stage/lib -D__BUILD_EXAMPLES__=1 ..
51- make
49+ bash rebuild_linux.sh
5250```
5351
5452## Ubuntu 16 x64:
@@ -66,8 +64,7 @@ git clone https://github.com/bitbouncer/csi-async.git
6664git clone https://github.com/bitbouncer/csi-kafka.git
6765
6866cd csi-kafka
69- mkdir build && cd build
70- cmake -D__LINUX__=1 -DCSI_INCLUDE_PATH=../csi-async -D__BUILD_EXAMPLES__=1 ..
67+ bash rebuild_linux.sh
7168make
7269```
7370
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments