@@ -1755,6 +1755,46 @@ \section{Processing Tools \label{tools}}
17551755 \end {description }
17561756
17571757
1758+ \subsection {Working on Cygwin \label {cygwin } }
1759+
1760+ \begin {notice }[warning]
1761+ This section is a work in progress. It really doesn't work
1762+ yet. If anyone knows Cygwin and wants to help, send email to
1763+ 1764+ \end {notice }
1765+
1766+ Installing the required tools under Cygwin under Cygwin can be a
1767+ little tedious, if only because many packages are more difficult
1768+ to install under Cygwin.
1769+
1770+ Using the Cygwin installer, make sure your Cygwin installation
1771+ includes Perl, Python, and the \TeX {} packages. Perl and Python
1772+ are located under \menuselection {Interpreters} in the installer
1773+ The \TeX {} packages are located in the \menuselection {Text}
1774+ section; installing the tetex-beta, texmf, texmf-base, and
1775+ texmf-extra ensures that all the required packages are available.
1776+ (There may be a more minimal set, but I've not spent time trying
1777+ to minimize the installation.)
1778+
1779+ The netpbm package is used by \LaTeX 2HTML, and \emph {must } be
1780+ installed before \LaTeX 2HTML can be successfully installed, even
1781+ though they will never be used for most Python documentation.
1782+ References to download locations are located in the \ulink {netpbm
1783+ README}{http://netpbm.sourceforge.net/README}. Install according
1784+ to the instructions.
1785+
1786+ \LaTeX 2HTML can be installed from the source archive, but only
1787+ after munging one of the files in the distribution. Edit the file
1788+ \file {L2hos.pm} in the top level of the unpacked distribution;
1789+ near the bottom of the file, change the text
1790+ \code {\$ \textasciicircum {}O} with the text \code {'unix'}. Proceed
1791+ using this command to build and install the software:
1792+
1793+ \begin {verbatim }
1794+ % configure && make install
1795+ \end {verbatim }
1796+
1797+
17581798\section {Future Directions \label {futures } }
17591799
17601800 The history of the Python documentation is full of changes, most of
0 commit comments