Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ If you want to enable other compression types, you need to install:

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`.

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`.

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`.

## Platforms
Expand Down Expand Up @@ -156,7 +154,7 @@ With `vcpkg`, you only need to run two commands:
cmake \
-B ./build \
-A x64 \
-DBUILD_PYTHON_WRAPPER=OFF -DBUILD_TESTS=OFF \
-DBUILD_TESTS=OFF \
-DVCPKG_TRIPLET=x64-windows \
-DCMAKE_BUILD_TYPE=Release \
-S .
Expand Down
99 changes: 0 additions & 99 deletions docker/alpine/Dockerfile

This file was deleted.

99 changes: 0 additions & 99 deletions docker/alpine/Dockerfile-alpine-3.8

This file was deleted.

33 changes: 0 additions & 33 deletions docker/alpine/build-alpine-image.sh

This file was deleted.

38 changes: 0 additions & 38 deletions docker/alpine/build-wheel-file-within-docker.sh

This file was deleted.

34 changes: 0 additions & 34 deletions docker/alpine/build-wheel.sh

This file was deleted.

34 changes: 0 additions & 34 deletions docker/build-client-lib-within-docker.sh

This file was deleted.

Loading