Skip to content

Commit cb225e1

Browse files
authored
doc(doc/build.md): fix the display problem of doc.
1 parent bb1fb8d commit cb225e1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/Build.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
1. Install ```mingw-w64``` and set the enviroment variable.
44
2. clone the project.
55
3. use the following command
6-
```
6+
7+
```bash
78
$ mkdir build
89
$ cd build
910
$ cmake .. -G "MinGW Makefiles"
1011
$ mingw32-make
11-
```
12+
```
1213

1314
## Cmake build on Linux
1415

1516
1. clone the project.
1617
2. use the following command
17-
```
18+
19+
```bash
1820
$ mkdir build
1921
$ cd build
2022
$ cmake ..
@@ -26,7 +28,8 @@ $ make
2628
1. Install ```mingw-w64``` and set the enviroment variable.
2729
2. clone the project.
2830
3. use the following command
29-
```
31+
32+
```bash
3033
$ mkdir build
3134
$ cd build
3235
$ cmake .. -DNN_CROSS_COMPILE=ON

0 commit comments

Comments
 (0)