Merge pull request #30 from bkmgit/bkmgit-fedora
📚 Add related package installation commands on Fedora
This commit is contained in:
commit
85fbbf290f
11
README.md
11
README.md
|
@ -189,6 +189,11 @@ Ubuntu:
|
||||||
$ sudo apt-get install libopenblas-dev liblapacke-dev
|
$ sudo apt-get install libopenblas-dev liblapacke-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Fedora:
|
||||||
|
```bash
|
||||||
|
$ sudo dnf install openblas-devel lapack-devel
|
||||||
|
```
|
||||||
|
|
||||||
Windows (MSYS2):
|
Windows (MSYS2):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -226,6 +231,12 @@ Ubuntu:
|
||||||
$ sudo apt-get install gcc gfortran make
|
$ sudo apt-get install gcc gfortran make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Fedora:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo dnf install gcc gcc-gfortran make
|
||||||
|
```
|
||||||
|
|
||||||
Install Numo::OpenBLAS gem.
|
Install Numo::OpenBLAS gem.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue