448
|
1 This directory contains the source for the setup program for the cygwin
|
|
2 net releases.
|
|
3
|
|
4
|
|
5
|
|
6 To-Do list:
|
|
7
|
|
8 ini.cc: add field in setup.ini to specify whether package is installed
|
|
9 by default, or not.
|
|
10
|
|
11 install.cc: scan newly installed files for README files, show list to
|
|
12 user, let them read them if they want.
|
|
13
|
|
14 download.cc: add a "total progress" indicator, like the install one.
|
|
15
|
|
16 add a "category" field to setup.ini, let user choose which categories
|
|
17 of packages to install, perhaps with a "custom..." button to lead to
|
|
18 the current chooser.
|
|
19
|
|
20 remember which packages were selected to be skipped, and which prev/curr/exp
|
|
21 option was last selected, and recall them each time the chooser runs.
|
|
22
|
|
23 Add friendly error reporting to simpsock.cc
|
|
24
|
|
25 Add option to download sources also.
|