Changes between Version 2 and Version 3 of WindowsBuild


Ignore:
Timestamp:
2009-02-27T21:29:24Z (16 years ago)
Author:
ndurner
Comment:

Building from tarball, running as different user

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
     100. Install Python 2.5 (http://python.org/download/releases/2.5.4/)
     11
     121. Add the Python to the search path (rough translation from German Windows 2000):
     13Start -> Settings -> System control -> System -> Enhanced -> Environment variables -> System variables: add ";C:\Python25;C:\Python25\Scripts;" to the "Path" entry
     14
     152. Install win32api for Python 2.5 (http://sourceforge.net/project/showfiles.php?group_id=78018)
     16Note: Build 213 does not work on Windows 2000, Build 212 does.
     17
     183. 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
    1230. Install Python 2.5 (http://python.org/download/releases/2.5.4/)
    224
     
    1739    http://testgrid.allmydata.org:3567/uri/URI:DIR2-RO:snrfwfxatrci35zdgjnzxxx2ke:unarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/index.html
    1840
    19 7. Open the command line (cmd/command)
     417. Open the command line interpreter (cmd/command)
    2042
    21438. cd to your download directory
     
    4365539)
    4466}}}
     67
     68== Running as different user ==
     69
     700. Create the new user account
     71
     721. Run tahoe through "runas":
     73{{{
     74runas /user:Computer\Tahoeuser "bin\tahoe.exe start C:\tahoe-basedir"
     75}}}