我正在尝试在 ubuntu 16.04.2 中安装模拟器,但出现以下错误:
CMake Error at cmake/modules/FindGSL.cmake:110 (MESSAGE): could not find gsl-config. Please set it manually.
GSL-CONFIG=GSL_CONFIG-NOTFOUND
CmakeLists.txt:93(find_package)
--configuring incomplete, errors occured!
请问有人能帮我解决这个错误吗?
答案1
您缺少该libgsl-dev
软件包。可以通过命令行安装
sudo apt install libgsl-dev