- Install
mingw-w64
and set the enviroment variable. - clone the project.
- use the following command
$ mkdir build
$ cd build
$ cmake .. -G "MinGW Makefiles"
$ mingw32-make
- clone the project.
- use the following command
$ mkdir build
$ cd build
$ cmake ..
$ make
- Install
mingw-w64
and set the enviroment variable. - clone the project.
- use the following command
$ mkdir build
$ cd build
$ cmake .. -DNN_CROSS_COMPILE=ON
$ make