# tipb **Repository Path**: pingcap/tipb ## Basic Information - **Project Name**: tipb - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-23 - **Last Updated**: 2025-01-20 ## 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!