Skip to content

Commit

Permalink
Added bare CentOS 7 install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker authored Nov 12, 2021
1 parent ee27094 commit 550529d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ build libdas2.3:
Though package names vary from system to system, commands for installing the
prequisites are provided below \.\.\.
```bash
$ sudo yum install expat-devel fftw-devel openssl-devel # RedHat 7 and similar
$ sudo apt install libexpat-dev libfftw3-dev libssl-dev zlib1g-dev # Debian 9 and similar
$ sudo yum install expat-devel fftw-devel openssl-devel # CentOS 7 and similar
$ sudo yum install python3-devel python36-numpy # CentOS 7 and similar

$ sudo apt install libexpat-dev libfftw3-dev libssl-dev zlib1g-dev # Debian 9 and similar
```
and on windows using [vcpkg](https://github.com/microsoft/vcpkg)\.\.\.
```batchfile
Expand Down

0 comments on commit 550529d

Please sign in to comment.