Merge pull request #30 from bkmgit/bkmgit-fedora

📚 Add related package installation commands on Fedora
This commit is contained in:
Atsushi Tatsuma 2021-07-11 09:22:05 +09:00 committed by GitHub
commit 85fbbf290f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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