Project

General

Profile

Actions

Installation » History » Revision 8

« Previous | Revision 8/175 (diff) | Next »
Tony Ciavarella, 06/04/2012 01:41 AM


Installation

Obtaining the Source Code

Release Tarballs

Release source tarballs are available on the Files page. This is what you want if you are looking for stability and something ready for production use. You'll probably want to use the most recent version found on that page.

SCM

The Disorder source code is hosted in a Bazaar repository. This is what you want if you are looking for the very latest bleeding edge of the code for contributing to Disorder or whatever other reason you may have.

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

Prerequisites

The following third party things are required to use Disorder:
  • Boost >= 1.49.0
  • Eigen >= 3.0.5
  • C++ version of the SEDRIS SRM >= 4.4.0 (optional but you will need some kind of sophisticated geospatial library)
  • A Python interpreter (needed to use the waf build system)

Build and install these things in accordance with the instructions for your operating system. Here are some hints for certain platforms.

Debian Linux and Derivatives

This will install the Boost and Eigen build dependencies on Debian and maybe other derivatives:

sudo apt-get install libboost-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev libeigen3-dev

Compiling

Building Against the Disorder Library

Updated by Tony Ciavarella almost 12 years ago · 8 revisions