From 8279aad8a49a63c2a834b943d07c50209f88f6c9 Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Fri, 20 Jan 2017 18:33:59 +0100 Subject: [PATCH] Add dependencies and configuraiton --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e2f279f..50cdd0b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Build, test and deploy scripts necessary to deploy [GNU Science Libraries](https://www.gnu.org/software/gsl/), for CODE-RADE +# Dependencies + +This project does not have any dependencies. + + # Versions We build the following versions for Foundation Release 3: @@ -12,3 +17,17 @@ We build the following versions for Foundation Release 3: * 2.0 * 2.1 * 2.3 + +# Configuration + +The builds are configured with : + +``` +./configure --prefix ${SOFT_DIR} \ +--enable-shared \ +--enable-static + +``` + + +# Citing