From f941f6df4a0fd860490dfb024a68f42578088aec Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Wed, 2 Feb 2005 05:46:20 +0000 Subject: [PATCH] Add additional source of Win32 GNU utilities. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19991 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStartedVS.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 9e0c3901ce3..d6376cfb9d5 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -170,11 +170,13 @@ progress has been made since the 1.4 release.

You will also need several open source packages: bison, flex, and sed. These must be installed in llvm/win32/tools. These can be found at - http://gnuwin32.sourceforge.net/ - . Bison prefers that m4 be in the path. You must add it to the Visual - Studio configuration under the menu Options -> Projects -> VC++ - Directories. Alternatively, you can set the environment variable M4 - to point to m4 executable.

+ http://gnuwin32.sourceforge.net + or + http://unxutils.sourceforge.net. + Bison prefers that m4 be in the path. You must add it to the Visual Studio + configuration under the menu Options -> Projects -> VC++ Directories. + Alternatively, you can set the environment variable M4 to point to + m4 executable.