[llvm-commits] [hlvm] r38064 - /hlvm/trunk/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 16:59:29 PDT 2007
Author: reid
Date: Sat Jul 7 18:59:28 2007
New Revision: 38064
URL: http://llvm.org/viewvc/llvm-project?rev=38064&view=rev
Log:
Change from expat -> libxml2
Modified:
hlvm/trunk/docs/GettingStarted.html
Modified: hlvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/GettingStarted.html?rev=38064&r1=38063&r2=38064&view=diff
==============================================================================
--- hlvm/trunk/docs/GettingStarted.html (original)
+++ hlvm/trunk/docs/GettingStarted.html Sat Jul 7 18:59:28 2007
@@ -39,7 +39,7 @@
<li>Read the documentation.</li>
<li>Remember that you were warned twice about reading the documentation.</li>
<li>Obtain, build, and install the dependent packages. You need LLVM, APR,
- APR-Utils, expat, GCC, Gnu Make, and the Gnu C Library</li>
+ APR-Utils, libxml2, GCC, Gnu Make, and the Gnu C Library</li>
<li>Obtain the HLVM Source Code (svn://hlvm.org/hlvm).</li>
<li>Configure the HLVM Build Environment. There's two ways to do this. Either
run the <tt>build.sh</tt> script (read the top of it to find out how) or:
@@ -297,10 +297,10 @@
option to the configure programs of the packages. By using a separate install
area, you ensure that the HLVM version of required packages doesn't interfere
with any of your system installed packages.</p>
- <h2>expat</h2>
+ <h2>libxml2</h2>
<ul>
- <li>Always build expat first. It doesn't depend on anything else</li>
- <li>Use version 2.0 or later</li>
+ <li>Always build libxml2 first. It doesn't depend on much else</li>
+ <li>Use version 2.6.24 or later</li>
</ul>
<h2>apr</h2>
<ul>
More information about the llvm-commits
mailing list