The following sections give the installation instructions for the required distribution packages and external dependencies for the supported platforms.
sudo apt-get install build-essential liblas-c-dev mesa-common-dev libsdl2-dev libeigen3-dev libgeographic-dev doxygen
The dependencies are here installed through the homebrew tool :
xcode-select --install
brew install liblas
brew install mesa
brew install sdl2
brew install eigen
brew install geographiclib
If these dependencies are installed as a frameworks, it is necessary to change the line MAKE_FLNK (39) of the eratosthene-client software Makefile. Considering SDL2 installed as a framework, the correction is :
-lSDL2 replaced by -framework SDL2
and the same for the other dependencies.
Fulfill the requirements following the instructions.