Installation » History » Version 4
Tony Ciavarella, 06/04/2012 01:28 AM
1 | 1 | Tony Ciavarella | h1. Installation |
---|---|---|---|
2 | |||
3 | h2. Getting the Source Code |
||
4 | |||
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 | * "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 |