X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=blobdiff_plain;f=building.mdwn;h=7c9ac475c616df65870c893b04ca8708077306f1;hp=91627921b9f821265d77f4a344c0ea0dc9ae5911;hb=HEAD;hpb=752f83cb47cac45083b171a7fa9112acca40e307 diff --git a/building.mdwn b/building.mdwn index 9162792..7c9ac47 100644 --- a/building.mdwn +++ b/building.mdwn @@ -1,32 +1,32 @@ # 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 +1. Sqlite version 3 +1. Libtalloc +1. A variety of Gnome and GTK components; the UI package in the source tree will complain if components are missing + 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 autotools-dev doxygen libtool \ - libconfuse-dev libfreeradius-dev + libconfuse-dev autoconf automake python \ + libsqlite3-dev libtalloc-dev fakeroot libkrb5-dev libevent-dev - aptitude install -t experimental libkrb5-dev 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 -sufficiently new. [Sam Hartman](http://www.launchpad.net/~hartmans) -maintains sufficiently new krb5 for Ubuntu. Ensure that libgss-dev is not installed as the headers are conflicting with the headers from libkrb5-dev. @@ -35,12 +35,7 @@ Follow the instructions for checking out a copy of Moonshot At this writing, the following should be sufficient: - git clone http://www.project-moonshot.org/git/moonshot.git - cd moonshot - git submodule init - git submodule update - - + git clone --recursive http://www.project-moonshot.org/git/moonshot.git Create some directory that you have permission to write to. We'll assume this is /usr/local/moonshot. Run @@ -50,3 +45,5 @@ assume this is /usr/local/moonshot. Run The builder script takes other options to permit modifying what is passed to configure. The script will build and install the Moonshot projects. Now [[Prepare]] to use the software. + +[[Building client software for Mac OS]]