diff options
author | Badlop <badlop@process-one.net> | 2014-05-05 17:46:52 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2014-05-05 17:46:52 +0200 |
commit | bd0060715ec776c6417422ca4aebea853cfa82e1 (patch) | |
tree | 9b8a34f8ac9235fcd1bde9b891579d78b250daf0 /doc | |
parent | Merge pull request #195 from Iperity/master (diff) |
Document that ejabberd compilation requires pkg-config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 774e0ec7..2e54193e 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -320,6 +320,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \begin{itemize} \item GNU Make \item GCC +\item pkg-config \item Libexpat 1.95 or higher \item Erlang/OTP R15B or higher. \item Libyaml 1.4 or higher |