Skip to content

Commit 550529d

Browse files
authored
Added bare CentOS 7 install dependencies
1 parent ee27094 commit 550529d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ build libdas2.3:
3434
Though package names vary from system to system, commands for installing the
3535
prequisites are provided below \.\.\.
3636
```bash
37-
$ sudo yum install expat-devel fftw-devel openssl-devel # RedHat 7 and similar
38-
$ sudo apt install libexpat-dev libfftw3-dev libssl-dev zlib1g-dev # Debian 9 and similar
37+
$ sudo yum install expat-devel fftw-devel openssl-devel # CentOS 7 and similar
38+
$ sudo yum install python3-devel python36-numpy # CentOS 7 and similar
39+
40+
$ sudo apt install libexpat-dev libfftw3-dev libssl-dev zlib1g-dev # Debian 9 and similar
3941
```
4042
and on windows using [vcpkg](https://github.com/microsoft/vcpkg)\.\.\.
4143
```batchfile

0 commit comments

Comments
 (0)