projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
33291ce
)
(no commit message)
author
aggelos <aggelos@web>
Tue, 18 May 2010 20:23:28 +0000 (13:23 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Tue, 18 May 2010 20:23:28 +0000 (13:23 -0700)
docs/developer/clang/index.html
patch
|
blob
|
blame
|
history
diff --git
a/docs/developer/clang/index.html
b/docs/developer/clang/index.html
index
3cdd777
..
c201b73
100644
(file)
--- a/
docs/developer/clang/index.html
+++ b/
docs/developer/clang/index.html
@@
-54,6
+54,8
@@
This page tracks the progress on an effort to compile DragonFly with llvm/clang
<h2>How?</h2>
+First, you'll need to build clang as described <a href="http://clang.llvm.org/get_started.html">here</a> (it builds out of the box on DragonFly).
+
<pre class="programlisting">
cd /usr/src
env WORLD_CCVER=clang make -DNO_GCC44 buildworld