You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Build Steps
20
20
21
21
Source from [OpenJFX 8u172-b11](http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ec63c85958b1)
22
22
23
-
####Requirements
23
+
### Requirements
24
24
25
25
- OpenJDK: I use [Zulu](https://www.azul.com/downloads/zulu/zulu-windows/) 8u172 client (.MSI)
26
26
- Cygwin (x64)
@@ -44,17 +44,17 @@ Source from [OpenJFX 8u172-b11](http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev
44
44
45
45
if setup.exe fails, download the ISO, manually install every MSI packages inside, and:
46
46
47
-
1. Create symbolic link *C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1* to *C:\Program Files\Microsoft SDKs\Windows\v7.1*, if the latter is created.
48
-
2. Edit *C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\VCVarsQueryRegistry.bat*, replace _\v7.0A_ with _\v7.1_
47
+
1. Create symbolic link *C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1* to *C:\Program Files\Microsoft SDKs\Windows\v7.1*, if the latter is created.
48
+
2. Edit *C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\VCVarsQueryRegistry.bat*, replace _\v7.0A_ with _\v7.1_
49
49
50
50
- Microsoft DirectX SDK (June 2010): DXSDK_Jun10.exe
51
51
- Gradle 2.8
52
52
- Ant 1.8.4
53
53
- CMake windows (NOT cygwin version), version 3.11.1 x64 works
0 commit comments