-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AqD
committed
Nov 2, 2015
1 parent
c0e87d5
commit ee25f59
Showing
17 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# OpenJFX-binary-windows | ||
Binary builds for OpenJFX on Windows | ||
OpenJFX-binary-windows | ||
====================== | ||
|
||
x64 Binary for JavaFX (OpenJFX) part of OpenJDK | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
- Install OpenJDK binary such as [Zulu](http://www.azul.com/downloads/zulu/) | ||
- Copy files in *sdk\bin* to *Zulu\zulu-8\bin* | ||
- Copy files in *sdk\lib* to *Zulu\zulu-8\lib* | ||
- Copy files in *sdk\rt\bin* to *Zulu\zulu-8\jre\bin* | ||
- Copy files in *sdk\rt\lib* to *Zulu\zulu-8\jre\lib* | ||
- Copy files in *sdk\rt\lib\ext* to *Zulu\zulu-8\jre\lib\ext* | ||
|
||
|
||
Build Steps | ||
----------- | ||
|
||
Source from [OpenJFX 8u60](http://hg.openjdk.java.net/openjfx/8u60/rt/) | ||
|
||
With: | ||
- Cygwin (x64) | ||
- Microsoft Visual C++ 2010 Express SP1 | ||
- Microsoft Windows SDK for Windows 7.1 | ||
- Microsoft DirectX SDK (June 2010) | ||
- Gradle 2.8 | ||
|
||
See [Building OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX#BuildingOpenJFX-Windows) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
javafx.runtime.version=8.0.60 | ||
javafx.runtime.build=b00 |
Binary file not shown.