Следуя инструкциям на https://nest -simulator-sg.readthedocs.io / en / latest / installation / linux_install.html
Я скачал nest-simulator-2.12.0 tarball и распаковал его, создал директор по сборке и ввел: cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/....install path /home/...src path
Я начинаю получать обычные пачки текста, но потом вдруг:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LTDL_LIBARIES (ADVANCED)
Linked by target "nestkernel" in directory ...nest-simulator-2.12.0/nestkernel
-- Configuring incomplete, errors occurred!
See also... (large CMake output files full of confusing text).
Я новичок вLinux, так что это может быть просто ошибкой, но я проверил часто задаваемые вопросы о NEST и все, что я мог найти в Google - ничего.Кто-нибудь знает как исправить?