- Get CMake
- Install thirdparty libraries Download and extract libtensorflow 2.8.0 to ThirdParty
Download and extract libonnxruntime to ThirdParty
- Install submodules
git submodule update --init
- Create project with CMake
mkdir build
cmake -S . -B build -DCMAKE_POLICY_VERSION_MINIMUM="3.5"
- Open and build with the project On Windows, please install "WebView" package using Nuget Package Manager
To build on Windows, please get ASIO driver or disable ASIO from Projucer. See this for the detail.