diff options
author | Christopher Faylor <me@cgf.cx> | 2005-01-22 03:53:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-01-22 03:53:38 +0000 |
commit | f2d6aeea176db3a9121ee345e03d410a22ac7a1d (patch) | |
tree | dc4bdb3d7f8ee664b381595ab6d4e5672d3d8070 | |
parent | b87d70463e5ddfa57dfc40b40971dceee1518374 (diff) | |
download | cygnal-f2d6aeea176db3a9121ee345e03d410a22ac7a1d.tar.gz cygnal-f2d6aeea176db3a9121ee345e03d410a22ac7a1d.tar.bz2 cygnal-f2d6aeea176db3a9121ee345e03d410a22ac7a1d.zip |
* how-programming.texinfo: Remove obsolete w32api instructions and add some
words about unpacking net release .tar.bz2.
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/how-programming.texinfo | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index f48de2255..7927ea23e 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-21 Christopher Faylor <cgf@timesys.com> + + * how-programming.texinfo: Remove obsolete w32api instructions and add + some words about unpacking net release .tar.bz2. + 2004-12-30 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * path.sgml: Encode programming example with CDATA. diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 8c548af49..844aaf3cc 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -309,15 +309,11 @@ Ideally, you should check out what you need from CVS method} for acquiring the sources. Otherwise, you can install the appropriate source packages from the cygwin distribution. -As of this writing, you need to install at least the cygwin source -package and the w32api source package. The winsup source package -should be extracted first and the w32api source directory should -be extracted into the resulting 'winsup' directory. Then rename -w32api-whatever to w32api. - -It is possible that the cygwin source package may require a newer -version of the w32api package since the release of the packages is -not always in lock step (another reason to just use CVS). +If you are trying to duplicate a cygwin release then you should just +download the corresponding source package and use "tar xjf" to unpack +it. This will unpack the sources into a directory named cygwin-x.y.z-n, +where x.y.z-n correspond to the version numbering of the tar.bz2 +package. You @emph{must} build cygwin in a separate directory from the source. So, create something like a /obj directory. You'll be performing @@ -338,7 +334,7 @@ package named docbook-utils should get you most of what you need. For more information on building the documentation, see the README included in the cygwin-doc package. -To check a cygwin1.dll, run "make check" in the winsup/cygwin directory. +To check a cygwin1.dll, run "make check" in the winsup/testsuite directory. If that works, install everything @emph{except} the dll (if you can). Then, close down all cygwin programs (including bash windows, inetd, etc.), save your old dll, and copy the new dll to the correct place. |