X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=building.mdwn;h=615b62cc74ea1183dbfff1aa6218b6074b450dd8;hb=ecc80a935e3e840f4cc464e566e818f48b08b8a8;hp=91627921b9f821265d77f4a344c0ea0dc9ae5911;hpb=752f83cb47cac45083b171a7fa9112acca40e307;p=devwiki.git diff --git a/building.mdwn b/building.mdwn index 9162792..615b62c 100644 --- a/building.mdwn +++ b/building.mdwn @@ -1,16 +1,16 @@ # Building moonshot 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. [OpenSSL](http://www.openssl.org/) +1. [Curl](http://curl.haxx.se) +1. Xerces-C XML parser +1. [Apache Santuario](http://santuario.apache.org/) 1. [MIT Kerberos](http://web.mit.edu/kerberos/) at least version 1.9 -1. log4cpp or log4shibb +1. log4cpp or log4shib 1. [libevent](http://www.monkey.org/~provos/libevent/) at least version 2.0 @@ -21,7 +21,9 @@ with: libcurl4-openssl-dev liblog4cpp5-dev autotools-dev doxygen libtool \ libconfuse-dev libfreeradius-dev - aptitude install -t experimental libkrb5-dev libevent-dev + aptitude install -t unstable libkrb5-dev + + aptitude install -t experimental libevent-dev A sufficiently new version of libevent is in the libevent-dev package in Debian experimental. The libkrb5-dev in Debian experimental is also