Project

General

Profile

Installation » History » Version 3

Tony Ciavarella, 06/04/2012 01:24 AM

1 1 Tony Ciavarella
h1. Installation
2
3
h2. Getting the Source Code
4
5 2 Tony Ciavarella
h3. Release Tarballs
6
7
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.
8
9
h3. SCM
10
11
The Disorder source code is hosted in a "Bazaar":http://bazaar.canonical.com repository.
12
13
To get a lightweight checkout of the latest version without all the history (not suitable for Disorder development):
14 3 Tony Ciavarella
<pre>bzr co --lightweight http://???.squalllinesoftware.com/???/disorder</pre>
15 2 Tony Ciavarella
16
To clone the repository including the full history:
17 3 Tony Ciavarella
<pre>bzr branch http://???.squalllinesoftware.com/???/disorder</pre>
18 2 Tony Ciavarella
19 1 Tony Ciavarella
h2. Prerequisites
20
21
The following third party things are required to use Disorder:
22
* "Boost":http://www.boost.org
23
* "Eigen":http://eigen.tuxfamily.org
24
* "SEDRIS SRM":http://sedris.org (optional but you will need some kind of sophisticated geospatial library)
25
* A "Python":http://www.python.org (needed to use the waf build system) interpreter
26
27
h2. Compiling
28
29
h2. Building Against the Disorder Library