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 mesa-common-dev libsdl2-dev libpng-dev doxygen
sudo apt-get install build-essential mesa-common-dev libsdl2-dev libpng12-dev doxygen
The dependencies are here installed through the homebrew tool :
brew install gcc
brew install make
brew install libomp
brew install sdl2
brew install libpng
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.