[Imported from Trac: page NewbieDeveloperSetup, version 2]

amontero 2012-03-02 23:26:22 +00:00
parent c5195fdbf0
commit 240e52269f

@ -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. 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) 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...) (to be continued...)
5. (ToDo) Run the tests 5. (ToDo) Run the tests
6. ... 6. ...