GSL-config not found

I am trying to install a simulator in ubuntu 16.04.2 and I get the following error:

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!

Please, someone can help me with this error?


You are missing the libgsl-dev package. This can be installed via the command line

sudo apt install libgsl-dev