You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to install mooncake using this code
echo "*** Download and installing [etcd-cpp-apiv3] ***"
cd ${REPO_ROOT}/thirdparties
git clone ${GITHUB_PROXY}/etcd-cpp-apiv3/etcd-cpp-apiv3.git
cd etcd-cpp-apiv3
mkdir -p build
cd build
cmake ..
make -j$(nproc) && sudo make install
The above error was encountered!!
How can i install protobuf with libutf8_validity.a?
The text was updated successfully, but these errors were encountered:
When I am trying to install mooncake using this code
The above error was encountered!!
How can i install protobuf with libutf8_validity.a?
The text was updated successfully, but these errors were encountered: