Skip to content

Commit 74ebc10

Browse files
authored
[refactor] Remove useless config file. (#76)
1 parent 93a44c8 commit 74ebc10

File tree

10 files changed

+1
-482
lines changed

10 files changed

+1
-482
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ If you want to enable other compression types, you need to install:
4747

4848
If you want to build and run the tests, you need to install [GTest](https://github.com/google/googletest). Otherwise, you need to add CMake option `-DBUILD_TESTS=OFF`.
4949

50-
If you don't want to build Python client since `boost-python` may not be easy to install, you need to add CMake option `-DBUILD_PYTHON_WRAPPER=OFF`.
51-
5250
If you want to use `ClientConfiguration::setLogConfFilePath`, you need to install the [Log4CXX](https://logging.apache.org/log4cxx) and add CMake option `-DUSE_LOG4CXX=ON`.
5351

5452
## Platforms
@@ -156,7 +154,7 @@ With `vcpkg`, you only need to run two commands:
156154
cmake \
157155
-B ./build \
158156
-A x64 \
159-
-DBUILD_PYTHON_WRAPPER=OFF -DBUILD_TESTS=OFF \
157+
-DBUILD_TESTS=OFF \
160158
-DVCPKG_TRIPLET=x64-windows \
161159
-DCMAKE_BUILD_TYPE=Release \
162160
-S .

docker/alpine/Dockerfile

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

docker/alpine/Dockerfile-alpine-3.8

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

docker/alpine/build-alpine-image.sh

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

docker/alpine/build-wheel-file-within-docker.sh

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

docker/alpine/build-wheel.sh

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

docker/build-client-lib-within-docker.sh

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

0 commit comments

Comments
 (0)