Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/basics/install/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ To install and run AIR your development environment must meet these minimum requ

- Linux
- 1.3GB free disk space (for the AIR SDK and does not include other tools)
- A version of Java 11 JDK
- A version of Java:
- Minimum: JDK 11
- Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)


## Install the SDK
Expand Down
4 changes: 3 additions & 1 deletion docs/basics/install/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ To install and run AIR your development environment must meet these minimum requ

- macOS
- 1.3GB free disk space (for the AIR SDK and does not include other tools)
- A version of Java 11 JDK
- A version of Java:
- Minimum: JDK 11
- Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)


## Install the SDK
Expand Down
4 changes: 3 additions & 1 deletion docs/basics/install/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ To install and run AIR your development environment must meet these minimum requ

- Windows 7 or later
- 1.3GB free disk space (for the AIR SDK and does not include other tools)
- A version of Java 11 JDK
- A version of Java:
- Minimum: JDK 11
- Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)


## Install the SDK
Expand Down