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