Skip to content

Commit fa29bfd

Browse files
committed
fix README.md format
1 parent cc4e708 commit fa29bfd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Build Steps
2020

2121
Source from [OpenJFX 8u172-b11](http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ec63c85958b1)
2222

23-
#### Requirements
23+
### Requirements
2424

2525
- OpenJDK: I use [Zulu](https://www.azul.com/downloads/zulu/zulu-windows/) 8u172 client (.MSI)
2626
- Cygwin (x64)
@@ -44,17 +44,17 @@ Source from [OpenJFX 8u172-b11](http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev
4444

4545
if setup.exe fails, download the ISO, manually install every MSI packages inside, and:
4646

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_
4949

5050
- Microsoft DirectX SDK (June 2010): DXSDK_Jun10.exe
5151
- Gradle 2.8
5252
- Ant 1.8.4
5353
- CMake windows (NOT cygwin version), version 3.11.1 x64 works
5454

55-
#### Source changes
55+
### Source changes
5656

57-
###### _modules\media\src\main\native\gstreamer\3rd_party\glib\glib-2.28.8\glib\gmain.c_
57+
##### _modules\media\src\main\native\gstreamer\3rd_party\glib\glib-2.28.8\glib\gmain.c_
5858

5959
Change line 3692, from
6060

@@ -80,7 +80,7 @@ To
8080

8181
(move variable declaration to the beginning; workaround for C89 limit in VC++ 2010)
8282

83-
###### _modules\media\src\main\native\gstreamer\gstreamer-lite\gstreamer\plugins\elements\gstqueue.c_
83+
##### _modules\media\src\main\native\gstreamer\gstreamer-lite\gstreamer\plugins\elements\gstqueue.c_
8484

8585
Go the last function gst_queue_change_state() at the bottom of the file, add "{" and "}":
8686

@@ -108,9 +108,9 @@ Go the last function gst_queue_change_state() at the bottom of the file, add "{"
108108
109109
(marks the area as a new block from which the "ret" variable may be declared; also workaround for the same C89 limit)
110110
111-
#### Build file changes
111+
### Build file changes
112112
113-
###### _buildSrc\win.gradle_
113+
##### _buildSrc\win.gradle_
114114
115115
go to line 91, insert before the "if" block, in case the SDK directories are changed by scripts:
116116
@@ -123,7 +123,7 @@ if (WINDOWS_SDK_DIR == null || WINDOWS_SDK_DIR == "") {
123123
}
124124
```
125125

126-
###### _gradle.properties_
126+
##### _gradle.properties_
127127

128128
copy _gradle.properties.template_ to _gradle.properties_, go to line 45, uncomment:
129129

@@ -138,7 +138,7 @@ and line 62, uncomment:
138138
BUILD_SRC_ZIP = true
139139
```
140140

141-
#### Build!
141+
### Build!
142142

143143
1. Start *Start Visual Studio x64 Win64 Command Prompt (2010)*
144144
2. Inside the above console, executes:

0 commit comments

Comments
 (0)