add Dependencies section (because I can never find the right URL)

[Imported from Trac: page Dev, version 103]
davidsarah 2011-07-17 23:44:21 +00:00
parent b969e29d13
commit b3e17a9b97

8
Dev.md

@ -4,11 +4,17 @@ Views into the process of Tahoe-LAFS hackery.
* The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on.
* [The User Doc page](Doc)
# Source Code (via revision control)
## Source Code (via revision control)
* Darcs checkout: "darcs get --lazy <http://tahoe-lafs.org/source/tahoe-lafs/trunk> tahoe-lafs"
* [git checkout](https://github.com/warner/tahoe-lafs) (EXPERIMENTAL!): `git clone git://github.com/warner/tahoe-lafs.git` (announced [here](http://tahoe-lafs.org/pipermail/tahoe-dev/2010-October/005408.html))
## Dependencies
* Copies of libraries that Tahoe-LAFS is dependent on are at <http://tahoe-lafs.org/source/tahoe-lafs/deps/>.
* The [tahoe-dep-eggs](http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-eggs) subdirectory has precompiled "egg" packages (scroll to the bottom for a matrix of platforms and Python versions for each package).
## Community
* [/../../cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe-LAFS design, implementation, and usage.