| | 1 | == Content == |
| | 2 | |
| | 3 | '''Building from a tarball''' |
| | 4 | '''Building darcs trunk''' |
| | 5 | '''Running as different user''' |
| | 6 | |
| | 7 | |
| | 8 | == Building from a tarball == |
| | 9 | |
| | 10 | 0. Install Python 2.5 (http://python.org/download/releases/2.5.4/) |
| | 11 | |
| | 12 | 1. Add the Python to the search path (rough translation from German Windows 2000): |
| | 13 | Start -> Settings -> System control -> System -> Enhanced -> Environment variables -> System variables: add ";C:\Python25;C:\Python25\Scripts;" to the "Path" entry |
| | 14 | |
| | 15 | 2. Install win32api for Python 2.5 (http://sourceforge.net/project/showfiles.php?group_id=78018) |
| | 16 | Note: Build 213 does not work on Windows 2000, Build 212 does. |
| | 17 | |
| | 18 | 3. Open the command line interpreter (command/cmd), cd to the tahoe directory and build it: |
| | 19 | python setup.py build |
| | 20 | |
| | 21 | == Building darcs trunk == |
| | 22 | |