From: Sam Hartman Date: Thu, 10 Mar 2011 22:45:31 +0000 (-0500) Subject: Note autotools-dev and doxygen dependencies X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=bb1717701e6ecd3225b669a8b870dfe3f290ebb8 Note autotools-dev and doxygen dependencies Note libtool --- diff --git a/building.mdwn b/building.mdwn index d890693..708f4f1 100644 --- a/building.mdwn +++ b/building.mdwn @@ -3,6 +3,10 @@ First, make sure you have the following dependencies installed: 1. [OpenSSL](http://www.openssl.org/) 1. [Curl](http://curl.haxx.se) +1. autoconf +1. automake +1. libtool +1. doxygen 1. [XML Security](http://xml.apache.org/security/) 1. Xerces XML parser 1. [MIT Kerberos](http://web.mit.edu/kerberos/) at least version 1.9 @@ -14,7 +18,7 @@ On a Debian or Ubuntu system you can get a lot of these dependencies with: aptitude install libxml-security-c-dev libxerces-c-dev \ - libcurl4-openssl-dev liblog4cpp5-dev + libcurl4-openssl-dev liblog4cpp5-dev autotools-dev doxygen libtool A sufficiently new version of libevent is in the libevent-dev package in Debian experimental. The libkrb5-dev in Debian experimental is also