Skip to content

Commit

Permalink
[readme] add build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm authored Jun 24, 2020
1 parent fc990c4 commit 174e86e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ The following tools have been tested, though not extensively, and did not show a
- Gradle
- Visual Studio Code Java Extension Pack (note: must change configurations to use Parallel GC)

## Build dependencies

We rely on VS 2019 and the following individual components:
- MSVC v142 - VS 2019 C++ ARM64 build tools (v14.26)
- MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.26)
- C++ ATL for latest v142 build tools (ARM64)
- C++ ATL for latest v142 build tools (x86 & x64)
- C++ MFC for latest v142 build tools (ARM64)
- C++ MFC for latest v142 build tools (x86 & x64)
- Windows 10 SDK (10.0.18362.0)

Other dependencies are:
- Cygwin
- Java 16 for boot and build JDK

## Feedback

Please email to [[email protected]](http://mail.openjdk.java.net/mailman/listinfo/aarch64-port-dev).
Expand Down

0 comments on commit 174e86e

Please sign in to comment.