Project

General

Profile

Actions

Installation » History » Revision 3

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


Installation

Getting the Source Code

Release Tarballs

Release source tarballs are available on the Files page. You'll probably want to use the most recent version.

SCM

The Disorder source code is hosted in a Bazaar 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

Prerequisites

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

Compiling

Building Against the Disorder Library

Updated by Tony Ciavarella almost 12 years ago · 3 revisions