If needed, this should be in the 'how to compile the cfe' doc.
authorChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2005 21:07:21 +0000 (21:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2005 21:07:21 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20095 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index ceb723e394a71c8c20846e534f74c3b97f0e349f..a3f0c6e89c2675944d3481e92da84e82046d0cbe 100644 (file)
@@ -283,9 +283,7 @@ software you will need.</p>
 <sup>6</sup> The port is done using the MSYS shell. 
 <a href="http://www.mingw.org/MinGWiki/">Download</a> and install 
 bison (excl. M4.exe) and flex in that order.  Build binutils-2.15 from source,
-if necessary.  If you want to compile the C/C++ frontend, then upgrade to
-texinfo-4.5+ from source.
-If you need to create a library for an MS DLL, do the following:
+if necessary.  If you need to create a library for an MS DLL, do the following:
 <ol>
 <li><tt>pexports /C/WINNT/SYSTEM32/file.dll | sed "s/^_//" &gt;
 /C/MinGW/lib/file.def</tt></li>