All docs in muse/docs folder.
Build and test muse needs cmake and gtest.
- install cmake
- download gtest
- build gtest, generate the
libgtest.a - mkdir
libunder gtest root folder, copylibgtest.atolib - modify the muse/project/build.sh, set the
gtest_home_pathto your gtest folder path. - run
build.shto build and test muse