Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.08 KB

DEPEND.md

File metadata and controls

39 lines (25 loc) · 1.08 KB

Packages and external dependencies installation

The following sections give the installation instructions for the required distribution packages and external dependencies for the supported platforms.

Required distribution packages

Ubuntu 20.04 LTS

sudo apt-get install build-essential mesa-common-dev libsdl2-dev libpng-dev doxygen

Ubuntu 16.04 LTS

sudo apt-get install build-essential mesa-common-dev libsdl2-dev libpng12-dev doxygen

MacOS (Experimental)

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.

liberatosthene

Fulfill the requirements following the instructions.