This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 6d9987e Add the build from source section (#70)
6d9987e is described below
commit 6d9987e1550a5846a5e24ffb99b2a98aa2eb0d23
Author: hulk <[email protected]>
AuthorDate: Mon Jun 24 15:41:02 2024 +0800
Add the build from source section (#70)
---
README.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/README.md b/README.md
index c942dc8..aeb249d 100644
--- a/README.md
+++ b/README.md
@@ -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