Skip to content

Commit

Permalink
Revision of DEPEND.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-hamel committed Jun 9, 2020
1 parent 7eb902c commit bcc0b19
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions DEPEND.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit bcc0b19

Please sign in to comment.