У меня проблемы с запуском даже самого простого учебника по AlloSystem.Я пытаюсь начать работу с AlloSystem, и я следовал инструкциям на их github здесь https://github.com/AlloSphere-Research-Group/AlloSystem
и их руководстве здесь https://github.com/AlloSphere-Research-Group/Allosystem-Guide
Моя проблема в том, что когда я пытаюсь запустить учебные пособия даже после использования их скрипта ./install_add_dependencies во всех подмодулях, у меня возникают проблемы при попытке запустить ./run.sh allotutorial.cpp.Это вывод консоли:
RUN SCRIPT: Building file projects/allotutorial.cpp.
CMake Warning at cmake_modules/make_dep.cmake:31 (find_package):
By not providing "Findcuttlebone.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"cuttlebone", but CMake did not find one.
Could not find a package configuration file provided by "cuttlebone" with
any of the following names:
cuttleboneConfig.cmake
cuttlebone-config.cmake
Add the installation prefix of "cuttlebone" to CMAKE_PREFIX_PATH or set
"cuttlebone_DIR" to a directory containing one of the above files. If
"cuttlebone" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:108 (make_dep)
Cuttlebone required to build AlloSphere. Not found!
Using AlloSystem Run facilties.
----Building /home/sam/Documents/Sound/Library/AlloSystem/projects/allotutorial.cpp
Not building GAMMA and no usable GAMMA binary found. Not linking application to GAMMA
Not building GLV and no usable GLV binary found. Not linking application to GLV
Not building Cuttlebone and no usable Cuttlebone binary found. Not linking application to Cuttlebone
Not building allocv and no usable allocv binary found. Not linking application to allocv
Not building allosphere and no usable allosphere binary found. Not linking application to allosphere
make: *** No rule to make target 'projects_allotutorial_run'. Stop.
Как правильно получить все мои зависимости, чтобы CMake мог их найти и ./run.sh мог преуспеть?