From bcc0b19433b856579061afb62306f9646bcbed31 Mon Sep 17 00:00:00 2001 From: nils-hamel Date: Tue, 9 Jun 2020 14:04:30 +0200 Subject: [PATCH] Revision of DEPEND.md --- DEPEND.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/DEPEND.md b/DEPEND.md index 8fead55..1b78692 100644 --- a/DEPEND.md +++ b/DEPEND.md @@ -10,13 +10,25 @@ The following sections give the installation instructions for the required distr sudo apt-get install build-essential liblas-c-dev mesa-common-dev libsdl2-dev libeigen3-dev libgeographic-dev doxygen ``` -### MacOS +### MacOS (Experimental) + +The dependencies are here installed through the _homebrew_ tool : ``` xcode-select --install -brew install liblas mesa sdl2 eigen geographiclib +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](https://github.com/nils-hamel/liberatosthene/blob/v1.3/DEPEND.md). \ No newline at end of file