DOCS: updated dependencies and added missing files

master
Martin Gerhardy 2021-12-27 13:14:12 +01:00
parent 2af94918a5
commit 328d0773f8
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Dependencies
* cmake
* ninja-build
* postgresql
* ninja-build or make
* compiler (see [compilation](Compilation.md) docs)
## Libraries
@ -14,13 +14,13 @@
* libpq
* enet
* libuv
* gtest
* gtest (and gmock)
* opencl (optional)
* libuuid
Some of these dependencies might not be available as packages in your toolchain - most
of them are also bundled with the application. But local installed headers always have
the higher priority.
the higher priority. Usually you don't have to install anything of these.
## Debian

View File

@ -34,6 +34,7 @@ nav:
- VoxEdit:
- voxedit/Index.md
- voxedit/Features.md
- voxedit/Controls.md
- voxedit/Configuration.md
- voxedit/Screenshots.md
- Thumbnailer: