[PATCH] D138571: Update ninja and cmake installation commands on LibASTMatchersTutorial

Ismael via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 06:31:52 PST 2022


ismaelJimenez updated this revision to Diff 477488.
ismaelJimenez added a comment.

Fix


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138571/new/

https://reviews.llvm.org/D138571

Files:
  clang/docs/LibASTMatchersTutorial.rst


Index: clang/docs/LibASTMatchersTutorial.rst
===================================================================
--- clang/docs/LibASTMatchersTutorial.rst
+++ clang/docs/LibASTMatchersTutorial.rst
@@ -30,14 +30,14 @@
 .. code-block:: console
 
       cd ~/clang-llvm
-      git clone https://github.com/martine/ninja.git
+      git clone https://github.com/ninja-build/ninja.git
       cd ninja
       git checkout release
-      ./bootstrap.py
+      ./configure.py --bootstrap
       sudo cp ninja /usr/bin/
 
       cd ~/clang-llvm
-      git clone git://cmake.org/stage/cmake.git
+      git clone https://github.com/Kitware/CMake.git
       cd cmake
       git checkout next
       ./bootstrap


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138571.477488.patch
Type: text/x-patch
Size: 698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221123/85e1a970/attachment.bin>


More information about the cfe-commits mailing list