Skip to content

Commit

Permalink
Add dependencies and configuraiton
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Jan 20, 2017
1 parent 0ecd38a commit 8279aad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 8279aad

Please sign in to comment.