From b7481cfcdfd71fb42065c020c75d0de75f985c8a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Jan 2009 07:10:51 +0000 Subject: lex and bison aren't needed to build llvm anymore. llvm-svn: 61560 --- llvm/docs/GettingStartedVS.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/docs/GettingStartedVS.html') diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index e47f09ee6dc..35413c6f4f7 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/docs/GettingStartedVS.html @@ -198,11 +198,6 @@ changes are continually making the VS support better.

You will also need the CMake build system since it generates the project files you will use to build with.

-

If you plan to modify any .y or .l files, you will need to have bison - and/or flex installed where Visual Studio can find them. Otherwise, you do - not need them and the pre-generated files that come with the source tree - will be used.

-

Do not install the LLVM directory tree into a path containing spaces (e.g. C:\Documents and Settings\...) as the configure step will fail.

-- cgit v1.2.3