aboutsummaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-27 11:25:16 +0000
commit9c55f5965ba337469466fafec364b0ea6eca459f (patch)
tree903cdd18afaf11f5cf5e34f76cd082b1d1b0f730 /docs/GettingStarted.html
parentdacffb6679ff99fec4cc9c54f4257d2913870d01 (diff)
llvm/docs/*.html: Fix markups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 575ec04a86..2bc17ea8c1 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -155,8 +155,8 @@ also be a good place to start.</p>
<li><tt>cd <i>where-you-want-to-build-llvm</i></tt></li>
<li><tt>mkdir build</tt> (for building without polluting the source dir)</li>
<li><tt>cd build</tt></li>
- <li><tt>../llvm/configure [options]</tt></li>
- Some common options:
+ <li><tt>../llvm/configure [options]</tt>
+ <br>Some common options:
<ul>
<li><tt>--prefix=<i>directory</i></tt> -
@@ -174,7 +174,7 @@ also be a good place to start.</p>
<li><tt>--enable-assertions</tt> -
Compile with assertion checks enabled (default is YES).</li>
</ul>
-
+ </li>
<li><tt>make [-j]</tt> - The -j specifies the number of jobs (commands) to
run simultaneously. This builds both LLVM and Clang for Debug+Asserts mode.
The --enabled-optimized configure option is used to specify a Release build.</li>
@@ -192,7 +192,6 @@ also be a good place to start.</p>
</ul>
</li>
- </ol>
</ol>