File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ the ICU data from the Flutter engine.
37
37
38
38
#### Dependencies
39
39
40
- ** Libraries**
40
+ ##### Libraries
41
41
42
42
First you will need to install the relevant library dependencies:
43
43
* GLFW3
@@ -54,7 +54,7 @@ $ sudo apt-get install libglfw3-dev libepoxy-dev libjsoncpp-dev libgtk-3-dev \
54
54
libx11-dev pkg-config
55
55
```
56
56
57
- ** GN **
57
+ ##### GN
58
58
59
59
You will need to install the build tools if you don't already have them:
60
60
* [ 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.
113
113
114
114
#### Dependencies
115
115
116
- ** Visual Studio**
116
+ ##### Visual Studio
117
117
118
118
You must have a copy of Visual Studio installed, and the command line build
119
119
tools, such as ` vcvars64.bat ` , must be in your path. They are found under:
@@ -128,7 +128,7 @@ e.g.:
128
128
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
129
129
```
130
130
131
- ** jsoncpp**
131
+ ##### jsoncpp
132
132
133
133
jsoncpp must be downloaded to ` third_party/jsoncpp\src ` . You can use
134
134
` 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
137
137
> tools\run_dart_tool.bat fetch_jsoncpp third_party\jsoncpp\src
138
138
```
139
139
140
- ** GN **
140
+ ##### GN
141
141
142
142
You will need to install the build tools if you don't already have them:
143
143
* [ ninja] ( https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages )
You can’t perform that action at this time.
0 commit comments