Skip to content

Commit

Permalink
[refactor] Remove useless config file. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd authored Oct 30, 2022
1 parent 93a44c8 commit 74ebc10
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 482 deletions.
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

0 comments on commit 74ebc10

Please sign in to comment.