[project @ 2000-11-20 16:12:51 by rrt]
authorrrt <unknown>
Mon, 20 Nov 2000 16:12:51 +0000 (16:12 +0000)
committerrrt <unknown>
Mon, 20 Nov 2000 16:12:51 +0000 (16:12 +0000)
Simplified installation instructions (thanks to Christian Lescher) which
allow you to install Cygwin where you like.

ghc/docs/users_guide/installing.sgml

index 2d88695..6fcdaa4 100644 (file)
@@ -574,17 +574,18 @@ Here's how to install Cygwin.
 <ListItem>
 <Para>
 Install Cygwin 1.1 from <ULink
-URL="http://sources.redhat.com/cygwin/">sources.redhat.com</ULink> Install
-this into your root directory (<Filename>C:\</Filename>), despite the
-warnings (but you may want to back up <Filename>C:\bin</Filename>,
-<Filename>C:\etc</Filename>, <Filename>C:\lib</Filename>,
-<Filename>C:\usr</Filename> and <Filename>C:\var</Filename> first) and
-choose DOS text mode. If you're upgrading from Cygwin B20.1, running
-<Command>mount --import-old-mounts</Command> immediately after installation
-may help. Either way, you want to end up with your main drive mounted in
-<Emphasis><Constant>textmode</Constant></Emphasis>, and only the
-<Filename>bin</Filename> directories mounted in <Constant>binmode</Constant>
-(you can check by running <Command>mount</Command>).
+URL="http://sources.redhat.com/cygwin/">sources.redhat.com</ULink>. If you
+have an earlier version, you must deinstall this first. Choose DOS text
+mode. After installation, start up a Cygwin shell and issue the following
+commands:
+
+<Screen>
+mount -f c: /
+mount c:\\cygwin\\usr\\include /usr/include
+</Screen>
+
+assuming you installed Cygwin at <Filename>C:\cygwin</Filename>; otherwise
+change the drive and directory as appropriate.
 </Para>
 </ListItem>