You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Install cmake (and libasan on Linux) then compile:
83
83
84
84
Choose **one** of the following build methods:
85
85
* Incremental Build (Fastest): if you have a previous build to reuse the existing `build` directory and preserve previous build artifacts, go straight to the `cd build` step.
86
-
* Clean Build (From Scratch): Run `rm -rf build && mkdir build` for your first build, or for a full rebuild to ensure a "clean state" by deleting all previous build data.
86
+
* Clean Build (From Scratch): Run `cmake -E rm -rf build && cmake -E make_directory build` for your first build, or for a full rebuild to ensure a "clean state" by deleting all previous build data.
0 commit comments