Skip to content

Commit 09a9ded

Browse files
Formatting tweak
1 parent 3b7fc1e commit 09a9ded

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the ICU data from the Flutter engine.
3737

3838
#### Dependencies
3939

40-
**Libraries**
40+
##### Libraries
4141

4242
First you will need to install the relevant library dependencies:
4343
* GLFW3
@@ -54,7 +54,7 @@ $ sudo apt-get install libglfw3-dev libepoxy-dev libjsoncpp-dev libgtk-3-dev \
5454
libx11-dev pkg-config
5555
```
5656

57-
**GN**
57+
##### GN
5858

5959
You will need to install the build tools if you don't already have them:
6060
* [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)
@@ -113,7 +113,7 @@ so you do not need to include that framework in your project directly.
113113

114114
#### Dependencies
115115

116-
**Visual Studio**
116+
##### Visual Studio
117117

118118
You must have a copy of Visual Studio installed, and the command line build
119119
tools, such as `vcvars64.bat`, must be in your path. They are found under:
@@ -128,7 +128,7 @@ e.g.:
128128
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
129129
```
130130

131-
**jsoncpp**
131+
##### jsoncpp
132132

133133
jsoncpp must be downloaded to `third_party/jsoncpp\src`. You can use
134134
`tools/dart_tools/bin/fetch_jsoncpp.dart` to simplify this:
@@ -137,7 +137,7 @@ jsoncpp must be downloaded to `third_party/jsoncpp\src`. You can use
137137
> tools\run_dart_tool.bat fetch_jsoncpp third_party\jsoncpp\src
138138
```
139139

140-
**GN**
140+
##### GN
141141

142142
You will need to install the build tools if you don't already have them:
143143
* [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)

0 commit comments

Comments
 (0)