From b06fe489aa48e012430f46abd3936bbc2e431779 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 22 Sep 2018 07:39:44 +0000 Subject: [PATCH] update the links to use https llvm-svn: 342801 --- clang/www/get_started.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.

Release Clang Versions

-

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.

Building Clang and Working with the Code

On Unix-like Systems

-

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:

  • Get the required tools.
  • @@ -200,7 +200,7 @@ Visual Studio:

    32-bit toolset. If you are developing on a 64-bit version of Windows and want to use the 64-bit toolset, pass the ``-Thost=x64`` flag when generating the Visual Studio solution. This requires CMake 3.8.0 or later. -
  • See the LLVM CMake guide for +
  • See the LLVM CMake guide for more information on other configuration options for CMake.
  • The above, if successful, will have created an LLVM.sln file in the build directory.