diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 7dbb385b..23bcddfc 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -11,6 +11,20 @@ time, and providing hotkeys for navigating through the file. It is hoped that these features will allow the user to quickly and efficiently zero in on problems. +Dependencies +------------ + +When compiling from source, the following dependencies are required: + +* `NCurses `_ +* `PCRE `_ -- Versions greater than 8.20 give better + performance since the PCRE JIT will be leveraged. +* `SQLite `_ +* `OpenSSL `_ +* `ZLib `_ +* `Bzip2 `_ +* `Readline `_ + Installation ------------