Lines Matching +full:apt +full:- +full:get
3 Clangd uses a global index for project-wide code completion, navigation and
18 tools you will need to set this CMake flag — `-DCLANGD_ENABLE_REMOTE=On`.
20 ### System-installed libraries
22 On Debian-like systems gRPC and Protobuf can be installed from apt:
25 apt install libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc
37 # Get source code.
38 $ git clone -b v1.36.3 https://github.com/grpc/grpc
40 $ git submodule update --init
45 $ cmake -DgRPC_INSTALL=ON -DCMAKE_INSTALL_PREFIX=${GRPC_INSTALL_PATH} -DCMAKE_BUILD_TYPE=Release ..
52 By default, CMake will look for system-installed libraries when building remote
55 `-DGRPC_INSTALL_PATH=${GRPC_INSTALL_PATH}`.
59 You can run `clangd-index-server` and connect `clangd` instance to it using
60 `--remote-index-address` and `--project-root` flags.