[llvm-commits] [dragonegg] r133510 - /dragonegg/trunk/www/index.html

Duncan Sands baldrick at free.fr
Tue Jun 21 01:43:19 PDT 2011


Author: baldrick
Date: Tue Jun 21 03:43:19 2011
New Revision: 133510

URL: http://llvm.org/viewvc/llvm-project?rev=133510&view=rev
Log:
Add debian note to web-page.

Modified:
    dragonegg/trunk/www/index.html

Modified: dragonegg/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/www/index.html?rev=133510&r1=133509&r2=133510&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Tue Jun 21 03:43:19 2011
@@ -281,7 +281,9 @@
      <pre>	svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm</pre>
   <p><a href="http://llvm.org/docs/GettingStarted.html">Build LLVM</a> in the
   usual way.</p>
-  <p>Install gcc-4.5 or gcc-4.6 (you do not need to build your own copy).</p>
+  <p>Install gcc-4.5 or gcc-4.6 (you do not need to build your own copy).  On
+  debian and ubuntu you need to install the corresponding plugin-dev package
+  (gcc-4.5-plugin-dev or gcc-4.6-plugin-dev).</p>
   <p>Doing</p>
      <pre>	GCC=path_to_just_installed_gcc make</pre>
   <p>in the <tt>dragonegg</tt> directory should then build <tt>dragonegg.so</tt>.





More information about the llvm-commits mailing list