diff --git a/clang/www/get_started.html b/clang/www/get_started.html index ae6df0f3f451..0dc8f5324071 100755 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -19,18 +19,18 @@ options. This should get you up and running with the minimum of muss and fuss. If you like what you see, please consider getting involved with the Clang community. If you run into problems, please file -bugs in LLVM Bugzilla.
+bugs in LLVM Bugzilla.Clang is released as part of regular LLVM releases. You can download the release versions from http://llvm.org/releases/.
+Clang is released as part of regular LLVM releases. You can download the release versions from https://llvm.org/releases/.
Clang is also provided in all major BSD or GNU/Linux distributions as part of their respective packaging systems. From Xcode 4.2, Clang is the default compiler for Mac OS X.
Note: as an experimental setup, you can use a single checkout with all the projects, and an easy CMake invocation, see the LLVM Doc "For developers to work with a git monorepo"
+Note: as an experimental setup, you can use a single checkout with all the projects, and an easy CMake invocation, see the LLVM Doc "For developers to work with a git monorepo"
If you would like to check out and build Clang, the current procedure is as follows:
@@ -39,7 +39,7 @@ follows: