Version 6 (modified by ndurner, at 2009-03-05T08:25:42Z) (diff) |
---|
Content
Building darcs trunk
Building from a tarball
Running as different user
Building darcs trunk
- Install Darcs (http://wiki.darcs.net/DarcsWiki/Binaries, "Windows without Cygwin")
- Add the darcs directory to the search path (see below)
- Follow the steps in "Building from a tarball"
Building from a tarball
- Get Python 2.5 (http://python.org/download/releases/2.5.4/)
- Add the Python to the search path (rough translation from German Windows 2000):
Start -> Settings -> System control -> System -> Enhanced -> Environment variables -> System variables: add ";C:\Python25;C:\Python25\Scripts" to the "Path" entry
- Install win32api for Python 2.5 (http://sourceforge.net/project/showfiles.php?group_id=78018)
Note: Build 213 does not work on Windows 2000, Build 212 does.
- Open the command line interpreter (cmd/command)
- Get Tahoe from Darcs:
darcs get --lazy http://allmydata.org/source/tahoe/trunk-hashedformat tahoe
- cd to tahoe and build Tahoe:
python setup.py build
- Optional: run testcases:
python setup.py test
Summary on 2009-23-02 on Windows 2000:
Ran 558 tests in 1281.032s FAILED (skips=8, expectedFailures=4, errors=1, unexpectedSuccesses=6, successes= 539)
Running as different user
- Create the new user account
- Run tahoe through "runas":
runas /user:Computer\Tahoeuser "bin\tahoe.exe start C:\tahoe-basedir"
- Adjust file system permissions as needed and possible (Home Editions of Windows lack user interfaces to modify permissions)