@@ -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
@@ -85,12 +85,17 @@ cmake ..
-3、通过vcpkg:
+3、通过bazel:
+```shell
+4、通过vcpkg:
```shell
vcpkg install libhv
-4、通过xmake:
+5、通过xmake:
xrepo install libhv
@@ -59,6 +59,11 @@ cmake ..
+or bazel:
or vcpkg: