Installation » History » Revision 4
Revision 3 (Tony Ciavarella, 06/04/2012 01:24 AM) → Revision 4/175 (Tony Ciavarella, 06/04/2012 01:28 AM)
h1. Installation h2. Getting the Source Code h3. Release Tarballs 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. version. h3. SCM 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. To get a lightweight checkout of the latest version without all the history (not suitable for Disorder development): <pre>bzr co --lightweight http://???.squalllinesoftware.com/???/disorder</pre> To clone the repository including the full history: <pre>bzr branch http://???.squalllinesoftware.com/???/disorder</pre> h2. Prerequisites The following third party things are required to use Disorder: * "Boost":http://www.boost.org * "Eigen":http://eigen.tuxfamily.org * "SEDRIS SRM":http://sedris.org (optional but you will need some kind of sophisticated geospatial library) * A "Python":http://www.python.org (needed to use the waf build system) interpreter h2. Compiling h2. Building Against the Disorder Library