This is an example library to import mimium as a C++ library with CMake.
-
Install CMake
-
Install mimium via homebrew or download from github release and place
lib/xxx.dylib
manually into/usr/local/lib/mimium/
andshare/cmake/mimium/**
into/usr/local/share/
. -
Run
cmake -Bbuild . && cmake --build build -j
If the build successfully finished, build/mimium_libimport
will be generated and it has same functionality as mimium
command line tool.