diff --git a/doc/installation.tex b/doc/installation.tex index 8db3c9f15..1214566b7 100644 --- a/doc/installation.tex +++ b/doc/installation.tex @@ -310,6 +310,14 @@ \section{Installing from Git} Required Dependencies: +As noted in the section above on installing from tarballs, you must have the +following dependencies installed either from source or, as shown for +Debian/Ubuntu below, by package manager: + +\begin{consolecode} +sudo apt-get install libpopt-dev libgoogle-glog-dev libjson-c-dev libjson0-dev +\end{consolecode} + \begin{itemize} \item \href{http://www.gnu.org/software/autoconf/}{Autoconf} Used as part of the build system. Required for all builds. @@ -336,8 +344,11 @@ \section{Installing from Git} from markdown to man page format. \end{itemize} -You'll need to build po6, e, BusyBee, HyperLevelDB Replicant, and HyperDex from -Git, as the development version often introduces across repositories. +You'll need to build po6, e, BusyBee, HyperLevelDB, Replicant, and HyperDex from +Git, as the development version often introduces incompatible changes across +repositories. + +Build and install the repos in the order listed above. For each of these repositories, you may build and install the code with: