Skip to content

Commit

Permalink
bazel build libhv
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Apr 3, 2024
1 parent 6d23a08 commit fab84cc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
8 changes: 7 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ cmake .. -DWITH_OPENSSL=ON
cmake --build .
```

## bazel
options see [.bazelrc](.bazelrc)
```
bazel build libhv
```

## Unix
use Makefile or cmake
use Makefile or cmake or bazel

## Windows
use cmake
Expand Down
9 changes: 7 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,17 @@ cmake ..
cmake --build .
```

3、通过vcpkg:
3、通过bazel:
```shell
bazel build libhv
```

4、通过vcpkg:
```shell
vcpkg install libhv
```

4、通过xmake:
5、通过xmake:
```shell
xrepo install libhv
```
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ cmake ..
cmake --build .
```

or bazel:
```shell
bazel build libhv
```

or vcpkg:
```shell
vcpkg install libhv
Expand Down

0 comments on commit fab84cc

Please sign in to comment.