Skip to content

Commit

Permalink
DOC: Add GNU Guix package installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 19, 2023
1 parent 8844ee6 commit 1f1882f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/docs/download.md
Expand Up @@ -93,6 +93,12 @@ sudo apt-get install libinsighttoolkit5-dev

This will give you the libraries and development headers.

In GNU Guix, install ITK with:

```sh
guix install insight-toolkit
```

For information on other ITK packages and packages for other distributions, see
this [blog post].

Expand Down Expand Up @@ -188,6 +194,7 @@ git tag
[CMake]: https://cmake.org/
[download page]: https://itk.org/ITK/resources/software.html
[Git]: https://git-scm.com
[GNU Guix]: https://guix.gnu.org/
[ITK Python packages]: https://itkpythonpackage.readthedocs.io/en/latest/Quick_start_guide.html
[ITK's GitHub Releases
page]: https://github.com/InsightSoftwareConsortium/ITK/releases
Expand Down

0 comments on commit 1f1882f

Please sign in to comment.