Changes between Version 2 and Version 3 of WindowsBuild
- Timestamp:
- 2009-02-27T21:29:24Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsBuild
v2 v3 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 1 23 0. Install Python 2.5 (http://python.org/download/releases/2.5.4/) 2 24 … … 17 39 http://testgrid.allmydata.org:3567/uri/URI:DIR2-RO:snrfwfxatrci35zdgjnzxxx2ke:unarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/index.html 18 40 19 7. Open the command line (cmd/command)41 7. Open the command line interpreter (cmd/command) 20 42 21 43 8. cd to your download directory … … 43 65 539) 44 66 }}} 67 68 == Running as different user == 69 70 0. Create the new user account 71 72 1. Run tahoe through "runas": 73 {{{ 74 runas /user:Computer\Tahoeuser "bin\tahoe.exe start C:\tahoe-basedir" 75 }}}