[[project @ 2003-04-14 13:36:04 by simonpj] simonpj**20030414133604 Guidance about tags on windows ] { hunk ./docs/building/building.sgml 4087 -Cygwin and MinGW +Cygwin and MinGW hunk ./docs/building/building.sgml 4338 -generate code, so you have to install that. Just pick up a mingw bundle at +generate code, so you have to install that (see ). +Just pick up a mingw bundle at hunk ./docs/building/building.sgml 4348 + + + + +We use emacs a lot, so we install that too. +When you are in fptools/ghc/compiler, you can use +"make tags" to make a TAGS file for emacs. That uses the utility +fptools/ghc/utils/hasktags/hasktags, so you need to make that first. +The most convenient way to do this is by going make boot in fptools/ghc. +The make tags command also uses etags, which comes with emacs, +so you will need to add emacs/bin to your PATH. + }