Browse Source

docs/building.md: mention optional pkgconfig dep for libsodium

Bug: https://github.com/diasurgical/devilutionX/issues/2615
Signed-off-by: Sam James <sam@gentoo.org>
pull/2630/head
Sam James 5 years ago committed by Anders Jenbo
parent
commit
c64bcfd24e
  1. 3
      docs/building.md

3
docs/building.md

@ -7,6 +7,9 @@ cmake .. -DVERSION_NUM=1.0.0 -DVERSION_SUFFIX=FFFFFFF -DCMAKE_BUILD_TYPE=Release
<details><summary>Linux</summary>
Note that ```pkg-config``` is an optional dependency for finding libsodium,
although we have a fallback if necessary.
### Installing dependencies on Debian and Ubuntu
```
sudo apt-get install cmake g++ libsdl2-ttf-dev libsodium-dev

Loading…
Cancel
Save