Skip to content

Commit b67a295

Browse files
authored
Add information on FreeBSD port (#142)
1 parent 8e99449 commit b67a295

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ spack load dftd4
6565
The Python API can be enabled by adding `+python` to the command.
6666

6767

68+
### FreeBSD Port
69+
70+
[![FreeBSD port](https://repology.org/badge/version-for-repo/freebsd/dftd4.svg)](https://www.freshports.org/science/dftd4/)
71+
72+
A port for FreeBSD is available and can be installed using
73+
74+
```
75+
cd /usr/ports/science/dftd4
76+
make install clean
77+
```
78+
79+
For more information see the [dftd4 port details](https://www.freshports.org/science/dftd4/).
80+
81+
82+
6883
### Building from Source
6984

7085
To build this project from the source code in this repository you need to have

0 commit comments

Comments
 (0)