Skip to content

Commit 7eb283a

Browse files
committed
update
1 parent bc6e2ae commit 7eb283a

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ git clone https://github.com/bitbouncer/csi-async.git
4646
git clone https://github.com/bitbouncer/csi-kafka.git
4747
4848
cd 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
6664
git clone https://github.com/bitbouncer/csi-kafka.git
6765
6866
cd 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
7168
make
7269
```
7370

rebuild_win64_vc12.bat

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)