Ji Bin

Results 45 comments of Ji Bin

rebased, and this has already fixed by #24025 /close

As this is from milvus 2.1, do we need to add some milestone/branch for it? E.g. - master branch for following the latest change from `milvus-io/milvus` - Branch `2.0` for...

在下载依赖grpc,需要科学上网+耐心等待。 It's fetching the grpc from github which may require a proxy and wait for a long time.

> grpc能否加到install_deps.sh里呢? 你可以尝试: 手动编译安装grpc, cmake 的时候 cmake -DMILVUS_WITH_GRPC=package 目前下面这些包都是可以尝试使用系统的(默认是从Github下载编译) ``` define_option_string(MILVUS_WITH_GRPC "Using gRPC from" "module" "package" "module") define_option_string(MILVUS_WITH_ZLIB "Using Zlib from" "module" "package" "module") define_option_string(MILVUS_WITH_NLOHMANN_JSON "nlohmann json from" "module" "package"...

.a 只是一个archive,并不解决相关依赖。所以还是需要链接上 grpc等依赖库。

#240 add an install, then `make install` should be right now supported.

@luisfmnunes thanks for your contributions, and you could self-assign this issue if you like to provide the PR.