From b3e17a9b97919ab44d0bcae2ab95177624413820 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sun, 17 Jul 2011 23:44:21 +0000 Subject: [PATCH] add Dependencies section (because I can never find the right URL) [Imported from Trac: page Dev, version 103] --- Dev.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index efcf0e3..6a54287 100644 --- a/Dev.md +++ b/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 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 . + * 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.