[llvm-commits] [hlvm] r38399 - /hlvm/trunk/docs/DevelopersGuide.html
    Reid Spencer 
    reid at x10sys.com
       
    Sat Jul  7 17:02:59 PDT 2007
    
    
  
Author: reid
Date: Sat Jul  7 19:02:59 2007
New Revision: 38399
URL: http://llvm.org/viewvc/llvm-project?rev=38399&view=rev
Log:
Make a note about gperf versions.
Modified:
    hlvm/trunk/docs/DevelopersGuide.html
Modified: hlvm/trunk/docs/DevelopersGuide.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/DevelopersGuide.html?rev=38399&r1=38398&r2=38399&view=diff
==============================================================================
--- hlvm/trunk/docs/DevelopersGuide.html (original)
+++ hlvm/trunk/docs/DevelopersGuide.html Sat Jul  7 19:02:59 2007
@@ -422,6 +422,8 @@
   ../gperf-2.7.2/configure --prefix=/proj/install
   make
   make install</pre>
+  <p>You can probably use any version after 2.7. We know it works with 2.7.2 and
+  3.0.1.</p>
   <h4>Build libxml2</h4>
   <p>This package provides all XML services for HLVM. It is part of GNome and
   many other packages and quite stable. It should build quickly and easily for
    
    
More information about the llvm-commits
mailing list