File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ title: Building Fluss
2323
2424# Building Fluss from Source
2525
26- This page covers how to build Fluss 0.6.0-SNAPSHOT from sources.
26+ This page covers how to build Fluss from sources.
2727
28- In order to build Fluss you need to get the source code by [ clone the git repository] ( https://github.com/alibaba/fluss ) .
28+ In order to build Fluss you need to get the source code by [ cloning the git repository] ( https://github.com/alibaba/fluss ) .
2929
3030In addition, you need ** Maven 3.8.6** and a ** JDK** (Java Development Kit). Fluss requires ** Java 8 or Java 11** to build.
3131
@@ -40,6 +40,18 @@ To clone from git, enter:
4040git clone
[email protected] :alibaba/fluss.git
4141```
4242
43+ If you want to build a specific release or release candidate, have a look at the existing tags using
44+
45+ ``` bash
46+ git tag -n
47+ ```
48+
49+ and checkout the corresponding branch using
50+
51+ ``` bash
52+ git checkout < tag>
53+ ```
54+
4355The simplest way of building Fluss is by running:
4456
4557``` bash
You can’t perform that action at this time.
0 commit comments