|
| 1 | +Licensed to the Apache Software Foundation (ASF) under one |
| 2 | +or more contributor license agreements. See the NOTICE file |
| 3 | +distributed with this work for additional information |
| 4 | +regarding copyright ownership. The ASF licenses this file |
| 5 | +to you under the Apache License, Version 2.0 (the |
| 6 | +"License"); you may not use this file except in compliance |
| 7 | +with the License. You may obtain a copy of the License at |
| 8 | + |
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + |
| 11 | +Unless required by applicable law or agreed to in writing, |
| 12 | +software distributed under the License is distributed on an |
| 13 | +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | +KIND, either express or implied. See the License for the |
| 15 | +specific language governing permissions and limitations |
| 16 | +under the License. |
| 17 | + |
1 | 18 | # Contributing to iceberg-cpp |
2 | 19 |
|
3 | | -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. [][] |
| 20 | +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 | 21 |
|
5 | 22 | ## Development environment |
6 | 23 |
|
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. [][][] |
| 24 | +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 | 25 |
|
9 | 26 | ### Local prerequisites |
10 | 27 |
|
11 | 28 | - Git |
12 | 29 | - CMake and a C++17-compatible compiler |
13 | 30 | - Python (for pre-commit) |
14 | | -- Docker (recommended for a consistent dev environment) [][] |
| 31 | +- Docker (recommended for a consistent dev environment) |
15 | 32 |
|
16 | 33 | ## Building and testing |
17 | 34 |
|
18 | | -Typical steps (refer to README for exact commands and options): [][] |
| 35 | +Typical steps (refer to README for exact commands and options): |
19 | 36 |
|
20 | 37 | ```bash |
21 | 38 | mkdir build |
|
0 commit comments