Skip to content

Commit

Permalink
Update prerequisitess
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaia committed May 3, 2020
1 parent 085db31 commit 7a3e1b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#### Prerequisites

* Windows 10 x64
* Build OpenJDK-panama (01.05.2020) or OpenJDK 14 build 14-panama+1-15 (https://jdk.java.net/panama/)
* OpenJDK-panama (01.05.2020) or OpenJDK 14 build 14-panama+1-15 (https://jdk.java.net/panama/)
* Visual Studio 2019 Community Edition (https://visualstudio.microsoft.com/vs/community/)
* install default, ".NET desktop development", "Desktop development with C++" and "Universal Windows Platform development" packages
* Mingw-w64 (http://mingw-w64.org/)
* LLVM (https://releases.llvm.org/download.html)

Expand All @@ -29,7 +31,7 @@ Only if you want to do it on your own. Since the actual OpenJDK-panama build is
* Cygwin (https://www.cygwin.com/)
* install default, git, autoconf, make, unzip and zip packages
* Visual Studio 2017 Community Edition (https://www.techspot.com/downloads/downloadnow/6278/?evp=ec1cdb914a1b435daaf013a4a084b093&file=1)
* install default and "Desktop development with C++" package
* install default and "Desktop development with C++" packages
* OpenJDK 14.0.1 (https://jdk.java.net/14/) as Bootstrap JDK
* git clone https://github.com/openjdk/panama-foreign.git
* bash configure
Expand Down

0 comments on commit 7a3e1b1

Please sign in to comment.