X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStartedVS.html;h=d6bf1b66839ad6ebdfb36bf345c859644caddae9;hb=bb5b3f33594cfa40e9f53bf9a71af359b080a697;hp=469b5376afb05547eb889f0852859e218144455a;hpb=05d0265fef651de152c8127aa701e689555649f3;p=oota-llvm.git diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 469b5376afb..d6bf1b66839 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -36,7 +36,7 @@ -
+

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 @@ -

+

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.

-
-

Hardware

-
+

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 @@

Software

-
+

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 @@

+
+

Getting Started

-
+

Here's the short story for getting up and running quickly with LLVM:

@@ -234,7 +234,7 @@ -
+
  1. First, create a simple C file, name it 'hello.c':

    @@ -324,7 +324,7 @@ int main() { -
    +

    If you are having problems building or using LLVM, or if you have any other general questions about LLVM, please consult the Frequently @@ -338,7 +338,7 @@ Asked Questions page.

    -
    +

    This document is just an introduction to how to use LLVM to do some simple things... there are many more interesting and complicated things