Project

General

Profile

Installation » History » Revision 2

Revision 1 (Tony Ciavarella, 06/04/2012 01:14 AM) → Revision 2/175 (Tony Ciavarella, 06/04/2012 01:23 AM)

h1. Installation 

 h2. Getting the Source Code 

 h3. Release Tarballs 

 Release source tarballs are available on the "Files":http://oss.squalllinesoftware.com/projects/disorder/files page.    You'll probably want to use the most recent version. 

 h3. SCM 

 The Disorder source code is hosted in a "Bazaar":http://bazaar.canonical.com repository. 

 To get a lightweight checkout of the latest version without all the history (not suitable for Disorder development): 
 @bzr co --lightweight http://???.squalllinesoftware.com/???/disorder@ 

 To clone the repository including the full history: 
 @bzr branch http://???.squalllinesoftware.com/???/disorder@ 

 h2. Prerequisites 

 The following third party things are required to use Disorder: 
 * "Boost":http://www.boost.org 
 * "Eigen":http://eigen.tuxfamily.org 
 * "SEDRIS SRM":http://sedris.org (optional but you will need some kind of sophisticated geospatial library) 
 * A "Python":http://www.python.org (needed to use the waf build system) interpreter 

 h2. Compiling 

 h2. Building Against the Disorder Library