From 88d3f649832e59ffb6227d1d7f1c004e9433594a Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 22 Mar 2019 11:22:22 +0100 Subject: [PATCH] Updated README.md to include external dependencies --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ba7f81..586ca35 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,28 @@ Theia also produces [**Level 3A products with WASP over France**](https://theia. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. MAJA is available as pre-compiled binary, or as a source code that you will have to compile. - ### Pre-compiled binaries WASP binaries are available for Linux distributions [**under the following link**](https://logiciels.cnes.fr/en/content/wasp) -To install it, execute: +To install it, first make sure you have GLU installed: + +__For CentOS__ + +``` +yum install mesa-libGLU-devel +``` + +__For Ubuntu__ +``` +apt-get install libglu1-mesa-dev +``` + +Then extract and execute the downloaded executable: ``` -./WASP-1.0.run --target /path/to/install +./WASP-1.x.run --target /path/to/install ``` ### Compiling from source -- GitLab