diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-09 21:07:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-09 21:07:21 +0000 |
commit | 4e06a3905744f03eae5cf7f61b38a95e725a483f (patch) | |
tree | 654b2d59dccf14a4e1d2f739b990d22f02172428 /docs | |
parent | e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2 (diff) | |
download | external_llvm-4e06a3905744f03eae5cf7f61b38a95e725a483f.zip external_llvm-4e06a3905744f03eae5cf7f61b38a95e725a483f.tar.gz external_llvm-4e06a3905744f03eae5cf7f61b38a95e725a483f.tar.bz2 |
If needed, this should be in the 'how to compile the cfe' doc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ceb723e..a3f0c6e 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -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/^_//" > /C/MinGW/lib/file.def</tt></li> |