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
This document describes how to set up a development environment, run tests, and use existing tooling such as Docker and pre-commit for iceberg-cpp. [][]
4
+
5
+
## Development environment
6
+
7
+
The project can be built and developed using the existing Docker-based environment. Please refer to the README and Doxygen documentation for more detailed API and usage information. [][][]
8
+
9
+
### Local prerequisites
10
+
11
+
- Git
12
+
- CMake and a C++17-compatible compiler
13
+
- Python (for pre-commit)
14
+
- Docker (recommended for a consistent dev environment) [][]
15
+
16
+
## Building and testing
17
+
18
+
Typical steps (refer to README for exact commands and options): [][]
0 commit comments