aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-17 18:33:13 +0000
committerChris Lattner <sabre@nondot.org>2010-02-17 18:33:13 +0000
commit3bc3d3c5acef6bc70f5b5e00d6894a2baa0aa2f7 (patch)
tree2dfc548182d9e70614b05d9ce31cb8bccfc3efc1 /docs/GettingStarted.html
parent94c3ddbcc667e8be74e063df51387e59f6cc62f7 (diff)
downloadexternal_llvm-3bc3d3c5acef6bc70f5b5e00d6894a2baa0aa2f7.zip
external_llvm-3bc3d3c5acef6bc70f5b5e00d6894a2baa0aa2f7.tar.gz
external_llvm-3bc3d3c5acef6bc70f5b5e00d6894a2baa0aa2f7.tar.bz2
add optional debian instructions, PR6272
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 89253b6..ce1efd5 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1193,10 +1193,16 @@ $ ./hello.bc
</div>
<p>
-This allows you to execute LLVM bitcode files directly. Thanks to Jack
-Cummings for pointing this out!
+This allows you to execute LLVM bitcode files directly. On Debian, you
+can also use this command instead of the 'echo' command above:</p>
</p>
+<div class="doc_code">
+<pre>
+$ sudo update-binfmts --install llvm /path/to/lli --magic 'BC'
+</pre>
+</div>
+
</div>
<!-- *********************************************************************** -->