Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

DEPEND.md

File metadata and controls

34 lines (22 loc) · 1.04 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 16.04 LTS

sudo apt-get install build-essential liblas-c-dev mesa-common-dev libsdl2-dev libeigen3-dev libgeographic-dev doxygen

MacOS (Experimental)

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.

liberatosthene

Fulfill the requirements following the instructions.