Loghorn created this revision.
Loghorn added reviewers: rnk, rsmith.
Loghorn added a project: clang.
Herald added a subscriber: cfe-commits.
Change cd ..\.. to cd llvm-project (the former is probably a leftover of the
old svn instructions)
Repository:
rC Clang
https://reviews.llvm.org/D68321
Files:
clang/www/get_started.html
Index: clang/www/get_started.html
===
--- clang/www/get_started.html
+++ clang/www/get_started.html
@@ -137,7 +137,7 @@
Run CMake to generate the Visual Studio solution and project files:
-cd ..\.. (back to where you started)
+cd llvm-project
mkdir build (for building without polluting the source
dir)
cd build
Index: clang/www/get_started.html
===
--- clang/www/get_started.html
+++ clang/www/get_started.html
@@ -137,7 +137,7 @@
Run CMake to generate the Visual Studio solution and project files:
-cd ..\.. (back to where you started)
+cd llvm-project
mkdir build (for building without polluting the source dir)
cd build
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits