From: John Criswell Date: Mon, 22 Nov 2004 17:16:26 +0000 (+0000) Subject: Fixed typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea3065fc648dcf2632f7b7876985d52a8e24cbd4;p=oota-llvm.git Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 924840adf07..636419cda84 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -397,8 +397,8 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

  • cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm
  • -
  • Only the C and C++ languages needed so there's no need - to build the other languages for LLVM's purposes. See +
  • Only the C and C++ languages are needed so there's no + need to build the other languages for LLVM's purposes. See below for specific version info.
  • You only need CVS if you intend to build from the