Skip to content

Commit

Permalink
Add the build from source section (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk authored Jun 24, 2024
1 parent b4d0abe commit 6d9987e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@

`iceberg` is a Golang implementation of the [Iceberg table spec](https://iceberg.apache.org/spec/).

## Build From Source

### Prerequisites

* Go 1.21 or later

### Build

```shell
$ git clone https://github.com/apache/iceberg-go.git
$ cd iceberg-go/cmd/iceberg && go build .
```

## Feature Support / Roadmap

### FileSystem Support
Expand Down

0 comments on commit 6d9987e

Please sign in to comment.