Installation » History » Version 6
Tony Ciavarella, 06/04/2012 01:32 AM
1 | 1 | Tony Ciavarella | h1. Installation |
---|---|---|---|
2 | |||
3 | 5 | Tony Ciavarella | h2. Obtaining the Source Code |
4 | 1 | Tony Ciavarella | |
5 | 2 | Tony Ciavarella | h3. Release Tarballs |
6 | |||
7 | 4 | Tony Ciavarella | Release source tarballs are available on the "Files":http://oss.squalllinesoftware.com/projects/disorder/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. |
8 | 2 | Tony Ciavarella | |
9 | h3. SCM |
||
10 | |||
11 | 4 | Tony Ciavarella | The Disorder source code is hosted in a "Bazaar":http://bazaar.canonical.com 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. |
12 | 2 | Tony Ciavarella | |
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 | 6 | Tony Ciavarella | * "Boost":http://www.boost.org >= 1.49.0 |
23 | * "Eigen":http://eigen.tuxfamily.org >= 3.0.4 |
||
24 | * C++ version of the "SEDRIS SRM":http://sedris.org >= 4.4.0 (optional but you will need some kind of sophisticated geospatial library) |
||
25 | 1 | Tony Ciavarella | * A "Python":http://www.python.org interpreter (needed to use the "waf":https://code.google.com/p/waf/ build system) |
26 | 6 | Tony Ciavarella | |
27 | 5 | Tony Ciavarella | |
28 | 1 | Tony Ciavarella | |
29 | h2. Compiling |
||
30 | |||
31 | h2. Building Against the Disorder Library |