From 240e52269f36e8c8cae75c41272771d4aed26b34 Mon Sep 17 00:00:00 2001 From: amontero <> Date: Fri, 2 Mar 2012 23:26:22 +0000 Subject: [PATCH] [Imported from Trac: page NewbieDeveloperSetup, version 2] --- NewbieDeveloperSetup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewbieDeveloperSetup.md b/NewbieDeveloperSetup.md index ff5a334..0f1a69c 100644 --- a/NewbieDeveloperSetup.md +++ b/NewbieDeveloperSetup.md @@ -4,7 +4,7 @@ I will use Eclipse IDE because of wide use and availability. But just because I' 1. Set up your OS. (I tinker a lot with mine so I maybe miss some). You have to [install python in your OS](http://python.org/download/) for tahoe to run. Most Linux distributions have it in their software repositories. -2. tahoe-lafs source code is hosted on darcs repositories. Get darcs running in your machine. For Ubuntu just do this from a shell: sudo apt-get install darcs +2. tahoe-lafs source code is hosted on darcs repositories (will [move to git](/tahoe-lafs/trac-2024-07-25/issues/9119) at some point). Get darcs running in your machine. For Ubuntu just do this from a shell: sudo apt-get install darcs 3. Get the code from the main repo [this way](Dev#SourceCodeviarevisioncontrol) @@ -13,4 +13,4 @@ I will use Eclipse IDE because of wide use and availability. But just because I' (to be continued...) 5. (ToDo) Run the tests -6. ... +6. ... \ No newline at end of file