Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
skarlsson committed Feb 5, 2017
1 parent bc6e2ae commit 7eb283a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ git clone https://github.com/bitbouncer/csi-async.git
git clone https://github.com/bitbouncer/csi-kafka.git
cd csi-kafka
mkdir build && cd build
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 ..
make
bash rebuild_linux.sh
```

## Ubuntu 16 x64:
Expand All @@ -66,8 +64,7 @@ git clone https://github.com/bitbouncer/csi-async.git
git clone https://github.com/bitbouncer/csi-kafka.git
cd csi-kafka
mkdir build && cd build
cmake -D__LINUX__=1 -DCSI_INCLUDE_PATH=../csi-async -D__BUILD_EXAMPLES__=1 ..
bash rebuild_linux.sh
make
```

Expand Down
19 changes: 0 additions & 19 deletions rebuild_win64_vc12.bat

This file was deleted.

0 comments on commit 7eb283a

Please sign in to comment.