We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1fb8d commit cb225e1Copy full SHA for cb225e1
doc/Build.md
@@ -3,18 +3,20 @@
3
1. Install ```mingw-w64``` and set the enviroment variable.
4
2. clone the project.
5
3. use the following command
6
-```
+
7
+```bash
8
$ mkdir build
9
$ cd build
10
$ cmake .. -G "MinGW Makefiles"
11
$ mingw32-make
- ```
12
+```
13
14
## Cmake build on Linux
15
16
1. clone the project.
17
2. use the following command
18
19
20
21
22
$ cmake ..
@@ -26,7 +28,8 @@ $ make
26
28
27
29
30
31
32
33
34
35
$ cmake .. -DNN_CROSS_COMPILE=ON
0 commit comments