diff options
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 469b5376af..d6bf1b6683 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -36,7 +36,7 @@ </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <p>Welcome to LLVM on Windows! This document only covers LLVM on Windows using Visual Studio, not mingw or cygwin. In order to get started, you first need to @@ -75,20 +75,18 @@ </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <p>Before you begin to use the LLVM system, review the requirements given below. This may save you some trouble by knowing ahead of time what hardware and software you will need.</p> -</div> - <!-- ======================================================================= --> <h3> <a name="hardware"><b>Hardware</b></a> </h3> -<div class="doc_text"> +<div> <p>Any system that can adequately run Visual Studio .NET 2005 SP1 is fine. The LLVM source tree and object files, libraries and executables will consume @@ -98,7 +96,7 @@ <!-- ======================================================================= --> <h3><a name="software"><b>Software</b></a></h3> -<div class="doc_text"> +<div> <p>You will need Visual Studio .NET 2005 SP1 or higher. The VS2005 SP1 beta and the normal VS2005 still have bugs that are not completely @@ -118,13 +116,15 @@ </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="quickstart"><b>Getting Started</b></a> </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <p>Here's the short story for getting up and running quickly with LLVM:</p> @@ -234,7 +234,7 @@ </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ol> <li><p>First, create a simple C file, name it 'hello.c':</p> @@ -324,7 +324,7 @@ int main() { </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <p>If you are having problems building or using LLVM, or if you have any other general questions about LLVM, please consult the <a href="FAQ.html">Frequently @@ -338,7 +338,7 @@ Asked Questions</a> page.</p> </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <p>This document is just an <b>introduction</b> to how to use LLVM to do some simple things... there are many more interesting and complicated things |