Runtime for onnc compiler
- CMake >= 3.5
- python 2.7
- gcc
- g++
- git
- automake
- protobuf
- libtool
- [Optional] docker
sudo apt install make cmake g++ gcc python2.7 git protobuf-compiler libprotoc-dev python-pip python-dev python-setuptools
git submodule init
git submodule update
mkdir build
cmake ..
make
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
mingw32-make