From 131cc7ed84b6bb82240bff7f941f228d02c7f726 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Sat, 13 Jan 2024 01:54:25 +0000 Subject: [PATCH] add requirements section to readme --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 44fc8d3..e26924e 100644 --- a/readme.md +++ b/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 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 The project will likely be composed of multiple independent programs as it is developed.