git clone --recursive https://github.com/boystownorg/chapro-openmha-plugin
cd chapro-openmha-plugin
mkdir build
cd build
cmake ..
Note - to specify a non-default installation directory use CMAKE_INSTALL_PREFIX (if, for instance, MHA_LIBRARY_PATH is not on the system library path)
cmake -DCMAKE_INSTALL_PREFIX=path/to/openmha ..
cmake --build . --target chapro-openmha-plugin
make install
mha --interactive
?read:chapro.cfg
cmd=start
cd chapro-openmha-plugin
mkdir build-ARM
cd build-ARM
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-arm-linux-gnueabihf.cmake ..
cmake --build . --target chapro-openmha-plugin