Skip to content

Commit 9cd6a20

Browse files
committed
Add links for installing the libraries
1 parent fcdf713 commit 9cd6a20

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/blog/early-adopters-call-sel-botan.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ and
3030
sel ^>=0.0.1,
3131
```
3232

33-
For security reasons, the bindings do not bundle the underlying C and C++ libraries, you have to install them yourself.
33+
For security reasons, the bindings do not bundle the underlying C and C++ libraries, you have to install them yourself:
34+
35+
* [Botan3 building from source](https://botan.randombit.net/handbook/building.html)
36+
* [Libsodium in package repositories](https://repology.org/project/libsodium/versions)
3437

3538
Please let us know if you have any issue on the the ticket trackers:
3639

37-
* https://github.com/haskell-cryptography/libsodium-bindings/issues/new
38-
* https://github.com/haskell-cryptography/botan/issues/new
40+
* [Libsodium bindings tracker](https://github.com/haskell-cryptography/libsodium-bindings/issues/new)
41+
* [Botan bindings tracker](https://github.com/haskell-cryptography/botan/issues/new)
3942

4043

4144
[sel]: https://flora.pm/packages/@hackage/sel

0 commit comments

Comments
 (0)