[llvm-commits] CVS: llvm/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Sun Nov 7 16:29:32 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.70 -> 1.71
---
Log message:
Recommend that new users read the documentation before they get started,
with a little twist of humor. This more than anything else will help
people get started with LLVM.
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.70 llvm/docs/GettingStarted.html:1.71
--- llvm/docs/GettingStarted.html:1.70 Mon Nov 1 02:19:36 2004
+++ llvm/docs/GettingStarted.html Sun Nov 7 18:29:22 2004
@@ -98,6 +98,9 @@
<p>Here's the short story for getting up and running quickly with LLVM:</p>
<ol>
+ <li>Read the documentation.</li>
+ <li>Read the documentation.</li>
+ <li>Remember that you were warned twice about reading the documentation.</li>
<li>Install the GCC front end:
<ol>
<li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt>
@@ -1315,7 +1318,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/01 08:19:36 $
+ Last modified: $Date: 2004/11/08 00:29:22 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list