Changes between Initial Version and Version 1 of UpdatingCygwinDownloader


Ignore:
Timestamp:
Mar 21, 2008 9:19:26 AM (16 years ago)
Author:
Adam Roben
Comment:

Initial version

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingCygwinDownloader

    v1 v1  
     1= How To Update cygwin-downloader =
     2
     3== Prerequisites ==
     4 * [http://python.org/download/ Python 2.5 for Windows] (must be installed in `C:\Python25`)
     5 * [http://sourceforge.net/project/showfiles.php?group_id=15583 py2exe] (Be sure to get the Python 2.5 version)
     6
     7== Procedure ==
     8{{{
     9cd WebKit/WebKitTools/CygwinDownloader
     10vi cygwin-downloader.py
     11./make-zip.sh
     12}}}
     13
     14This will update `cygwin-downloader.zip` based off the current `cygwin-downloader.py`.
     15
     16Now just check it in to Subversion and it will be automatically updated on the website.