mirror of
https://github.com/alvierahman90/fea.git
synced 2024-12-15 11:01:59 +00:00
add requirements section to readme
This commit is contained in:
parent
1d6713710f
commit
131cc7ed84
11
readme.md
11
readme.md
@ -8,6 +8,17 @@ by boundary conditions, but this will be improved in future.
|
|||||||
The project also has no GUI for defining the problem at the moment, and must be written
|
The project also has no GUI for defining the problem at the moment, and must be written
|
||||||
in rust (see [`src/bin/two_d.rs`](./src/bin/two_d.rs) for an example of setting up a problem).
|
in rust (see [`src/bin/two_d.rs`](./src/bin/two_d.rs) for an example of setting up a problem).
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- [OpenBLAS](https://github.com/OpenMathLib/OpenBLAS)
|
||||||
|
- A FORTRAN compiler, such as [GFortran](https://gcc.gnu.org/fortran/)
|
||||||
|
|
||||||
|
To install on an Arch based distro:
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S blas-openblas gcc-fortran
|
||||||
|
```
|
||||||
|
|
||||||
# Format Specifications
|
# Format Specifications
|
||||||
|
|
||||||
The project will likely be composed of multiple independent programs as it is developed.
|
The project will likely be composed of multiple independent programs as it is developed.
|
||||||
|
Loading…
Reference in New Issue
Block a user