From: Misha Brukman Date: Wed, 9 Feb 2005 21:01:26 +0000 (+0000) Subject: * Separate superscript footnotes with a comma, otherwise it's a 2-digit number X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a892eadacc3bdaeb4916fea49df00e99e6e52392;p=oota-llvm.git * Separate superscript footnotes with a comma, otherwise it's a 2-digit number * Make a URL into an HTML link using anchor tag * Put code in fixed-width font * Since the MinGW footnote is significantly more than the rest of the footnotes combined, it needs to have a border and background color to separate it from the regular flow of text for readability purposes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20093 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index df1a7d6d15c..bd1faf4dd2d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -238,7 +238,7 @@ software you will need.

MinGW/Win32 - x8616 + x861,6 GCC 3.4.X, binutils 2.15 @@ -272,25 +272,29 @@ software you will need.

-

-Notes:
+

Notes:

+ +
1 Code generation supported for Pentium processors and up
2 Code generation supported for 32-bit ABI only
3 No native code generation
4 Build is not complete: one or more tools don't link
5 The GCC-based C/C++ frontend does not build
6 The port is done using the MSYS shell. -Download (from http://www.mingw.org/MinGWiki/) 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 Cfrontend then upgrade to texinfo 4.5+ from source. -If you need to create a library for an MS dll do these three steps: -1) pexports /C/WINNT/SYSTEM32/file.dll | sed "s/^_//" > /C/MinGW/lib/file.def -2) Edit file and append @<ordinal> to the missing function name -3) dlltool.exe -k -d /C/MinGW/lib/file.def -l /C/MinGW/lib/libfile.a. -Add in .profile: export CPPFLAGS="-D__MINGW -DLLVM_ON_WIN32=1" -
-

+Download 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: +
    +
  1. pexports /C/WINNT/SYSTEM32/file.dll | sed "s/^_//" > +/C/MinGW/lib/file.def
  2. +
  3. Edit file and append @<ordinal> to the missing function name
  4. +
  5. dlltool.exe -k -d /C/MinGW/lib/file.def -l +/C/MinGW/lib/libfile.a.
  6. +
+Add in .profile: export CPPFLAGS="-D__MINGW -DLLVM_ON_WIN32=1" +

Note that you will need about 1-3 GB of space for a full LLVM build in Debug mode, depending on the system (because of all the debug info), and the libraries