Skip to content

Commit ff6e3d9

Browse files
committed
JBR-4498 Update README.md for the main branch
1 parent f0c58c9 commit ff6e3d9

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

README.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,33 @@ improvements and bugfixes.
99
> **_NOTE_**: This is a **development** branch that is periodically synchronized with
1010
> the [OpenJDK master](https://github.com/openjdk/jdk/tree/master) branch.
1111
>
12-
> Release builds are based on these branches:
13-
> * [master](https://github.com/JetBrains/JetBrainsRuntime/tree/master) (JDK 11)
14-
> * [master17](https://github.com/JetBrains/JetBrainsRuntime/tree/master17) (JDK 17)
15-
12+
Release builds are based on these branches:
13+
* [jbr11](https://github.com/JetBrains/JetBrainsRuntime/tree/jbr11) (JDK 11)
14+
* [jbr17](https://github.com/JetBrains/JetBrainsRuntime/tree/jbr17) (JDK 17)
15+
16+
Download the latest releases of JetBrains Runtime to use with JetBrains IDEs. The full list
17+
can be found on the [releases page](https://github.com/JetBrains/JetBrainsRuntime/releases).
18+
19+
## Releases based on JDK 17
20+
21+
| IDE Version | Latest JBR | Date Released |
22+
|-------------|---------------------------------------------------------------------------------------------------|---------------|
23+
| 2022.2 | [17.0.3-b423.10](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.3b423.10) | 17-May-2022 |
24+
| 2022.1 | [17_0_2-b315.1](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17_0_2b315.1) | 09-Feb-2022 |
25+
| 2021.3 | [17_0_1-b164.8](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17_0_1b164.8) | 15-Nov-2021 |
26+
27+
## Releases based on JDK 11
28+
29+
| IDE Version | Latest JBR | Date Released |
30+
|-------------|-------------------------------------------------------------------------------------------------------|---------------|
31+
| 2022.1 | [11_0_15-b2043.56](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr11_0_15b2043.56) | 17-May-2022 |
32+
| 2021.3 | [11_0_14_1-b1751.46](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr11_0_14_1b1751.46) | 21-Feb-2022 |
33+
| 2021.2 | [11_0_13-b1504.49](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jb11_0_13-b1504.49) | 15-Nov-2021 |
34+
| 2021.1 | [11.0.11+9-b1341.60](https://confluence.jetbrains.com/pages/viewpage.action?pageId=218857477) | 15-Jun-2021 |
35+
| 2020.3 | [11_0_11-b1145.115](https://confluence.jetbrains.com/pages/viewpage.action?pageId=219349001) | 21-Jun-2021 |
1636

1737
## Contents
18-
- [Welcome to JetBrains Runtime](#jetbrains-runtime)
38+
- [Welcome to JetBrains Runtime](#welcome-to-jetbrains-runtime)
1939
- [Products Built on JetBrains Runtime](#products-built-on-jetbrains-runtime)
2040
- [Getting Sources](#getting-sources)
2141
- [macOS, Linux](#macos-linux)
@@ -63,7 +83,7 @@ Please refer to [OpenJDK build docs](https://openjdk.java.net/groups/build/doc/b
6383
coverage of all the details.
6484

6585
> **_TIP:_** To get a preliminary report of what's missing, run `./configure` and check its output.
66-
> It would usually have a meaningful advice on how to solve the problem.
86+
> It would usually have meaningful advice on how to solve the problem.
6787
6888
### Linux (Docker)
6989
Create a container:
@@ -87,7 +107,7 @@ Install the necessary tools, libraries, and headers with:
87107
$ sudo apt-get install autoconf make build-essential libx11-dev libxext-dev libxrender-dev libxtst-dev \
88108
libxt-dev libxrandr-dev libcups2-dev libfontconfig1-dev libasound2-dev
89109
```
90-
Get Java 17 (for instance, [Azul Zulu Builds of OpenJDK 17](https://www.azul.com/downloads/?version=java-17-ea&package=jdk)).
110+
Get Java 18 (for instance, [Azul Zulu Builds of OpenJDK 18](https://www.azul.com/downloads/?version=java-18-sts&os=linux&package=jdk)).
91111

92112
Then run the following:
93113
```
@@ -107,7 +127,7 @@ Install the following:
107127
* [Visual Studio compiler toolset](https://visualstudio.microsoft.com/downloads/).
108128
Install with the desktop development kit, which includes Windows SDK and compilers.
109129
Visual Studio 2019 is supported by default.
110-
* Java 17 (for instance, [Azul Zulu Builds of OpenJDK 17](https://www.azul.com/downloads/?version=java-17-ea&os=windows&architecture=x86-64-bit&package=jdk).
130+
* Java 18 (for instance, [Azul Zulu Builds of OpenJDK 18](https://www.azul.com/downloads/?version=java-18-sts&os=windows&package=jdk)).
111131
If you have problems while configuring, read [Java tips on Cygwin](http://horstmann.com/articles/cygwin-tips.html).
112132

113133
From the command line:
@@ -129,7 +149,7 @@ This will build the release configuration under `./build/windows-x86_64-server-r
129149
### macOS
130150
Install the following:
131151
* Xcode command line developer tools and `autoconf` via [Homebrew](https://brew.sh/).
132-
* Java 17 (for instance, [Azul Zulu Builds of OpenJDK 17](https://www.azul.com/downloads/?version=java-17-ea&package=jdk)).
152+
* Java 18 (for instance, [Azul Zulu Builds of OpenJDK 18](https://www.azul.com/downloads/?version=java-18-sts&os=macos&package=jdk)).
133153

134154
From the command line:
135155
```
@@ -170,6 +190,6 @@ We are happy to receive your pull requests!
170190
Before you submit one, please sign our [Contributor License Agreement (CLA)](https://www.jetbrains.com/agreements/cla/).
171191

172192
## Resources
173-
* [JetBrains Runtime on github](https://github.com/JetBrains/JetBrainsRuntime).
193+
* [JetBrains Runtime on GitHub](https://github.com/JetBrains/JetBrainsRuntime).
174194
* [OpenJDK build instructions](https://openjdk.java.net/groups/build/doc/building.html).
175195
* [OpenJDK test instructions](https://htmlpreview.github.io/?https://raw.githubusercontent.com/openjdk/jdk/master/doc/building.html#running-tests).

0 commit comments

Comments
 (0)