# tipb **Repository Path**: shawnyan/tipb ## Basic Information - **Project Name**: tipb - **Description**: mirror from github. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tipb TiDB protobuf files ## Requirements ### Install [google/protobuf](https://github.com/google/protobuf) We use `protoc` 3.5.1, to download: [protobuf/releases/tag/v3.5.1](https://github.com/google/protobuf/releases/tag/v3.5.1) ## Generate the Go and Rust codes ```sh make ``` NOTE: Do not forget to update the dependent projects!