Skip to content

Commit 87bfa25

Browse files
authored
Update README.md
Add section about requirements
1 parent 744ead9 commit 87bfa25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ A non-linear least squares solver that is primarily developed by the Numerical A
99

1010
## Installation
1111

12+
### Requirements
13+
14+
RALFit has been tested on Linux, although it should work on other platforms. It requires Fortran and C compilers, and BLAS and LAPACK must be installed on the system
15+
16+
### Compilation instructions
17+
1218
To compile, move to the `libRALFit` directory and issue the commands:
1319
```
1420
mkdir build

0 commit comments

Comments
 (0)