From 23a67d06a8aa5bd27619ca1cdf92a46f1557d1df Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 22 May 2001 14:10:25 +0000 Subject: [PATCH] [project @ 2001-05-22 14:10:25 by rrt] Merge from 4.08 branch. --- docs/building/building.sgml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index cf116dc..3c71aa5 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -449,16 +449,14 @@ script will tell you if you are missing something. Perl, pre-supposed -You have to have Perl to proceed! Perl is a -language quite good for doing shell-scripty tasks that involve lots of -text processing. It is pretty easy to install. +You have to have Perl to proceed! +It is pretty easy to install. Perl 5 is required. For Win32 platforms, you should use the binary -supplied in the InstallShield (copy it to cygwin/bin). -The Cygwin-supplied Perl seems not to work (it has problems with line -endings). +supplied in the InstallShield (copy it to /bin). +The Cygwin-supplied Perl seems not to work. @@ -2653,14 +2651,10 @@ guide) before continuing to read these notes. Because of various hard-wired infelicities, you need to copy bash.exe (from GHC's extra-bin -directory) and perl.exe (from GHC's -bin directory) to /bin (discover -where your Cygwin root directory is by typign mount). If -you want to use bash as the shell in Emacs, you need to set the -SHELL environment variable to point to -bash.exe; similarly, if you want to use CVS, then -CVS_RSH must point to ssh.exe, -which is also in GHC's extra-bin directory. +directory), and perl.exe and +cat.exe (from GHC's bin directory) +to /bin (discover where your Cygwin root directory is +by typign mount). @@ -2751,7 +2745,7 @@ will look for its .cvsrc file. -CVS_RSH: c:/path_to_Cygwin/bin/ssh +CVS_RSH: c:/path_to_ghc/extra-bin/ssh @@ -2767,6 +2761,14 @@ where username is your userid CVSEDITOR: bin/gnuclient.exe if you want to use an Emacs buffer for typing in those long commit messages. + + + +SHELL: To use bash as the shell in Emacs, you need to +set this to point to bash.exe. + + + -- 1.7.10.4