diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-12-12 17:42:21 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-12-12 17:42:21 +0000 |
commit | 740dea68d0c3484292f7d6452090f3054e3f1b47 (patch) | |
tree | 597e7c6800e95eb66402cd89caaaeef2e9b59341 /winsup/doc/how-programming.texinfo | |
parent | 88e066655cb151b28b59d4b8ca469cc96e4402ed (diff) | |
download | newlib-740dea68d0c3484292f7d6452090f3054e3f1b47.zip newlib-740dea68d0c3484292f7d6452090f3054e3f1b47.tar.gz newlib-740dea68d0c3484292f7d6452090f3054e3f1b47.tar.bz2 |
new entries about contributing packages
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r-- | winsup/doc/how-programming.texinfo | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 775c3a9..fb0145c 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -1,5 +1,22 @@ @section Programming Questions +@subsection How do I contribute a package? + +If you are willing to be a package maintainer, great. We urgently need +volunteers to prepare and maintain packages, because the priority of the +Cygwin Team is Cygwin itself. + +There will be a separate web page where all the details are documented, +but this is not prepared yet. Meanwhile, pore through the cygwin-apps +mailing archives (start at @file{http://cygwin.com/lists.html}), and +subscribe. Charles Wilson posted a short recipe of what's involved, +using texinfo as an example, +at @file{http://cygwin.com/ml/cygwin-apps/2000-11/msg00055.html}. This +should give you an idea of what is required. + +You should announce your intentions to the general cygwin list, in case +others were thinking the same thing. + @subsection Why are compiled executables so huge?!? By default, gcc compiles in all symbols. You'll also find that gcc |