Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2625)

Unified Diff: docs/getting_started.md

Issue 1703243003: update linux instructions to not update clang (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: update for os=android to show l Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/getting_started.md
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 6aba2676ef01e5b79d810cbb241079890ccb05de..d2137e435125efac5e5a12b43a882442e3d26c42 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -46,8 +46,8 @@ For Android add `;target_os=['android'];` to your Linux .gclient
},
"safesync_url": "",
},
- ]
- target_os = ["android", "unix"]
+ ];
+ target_os = ["android", "unix"];
Then run:
@@ -182,7 +182,6 @@ Running test with C code:
### Linux
- tools/clang/scripts/update.sh
GYP_DEFINES="target_arch=x64" ./gyp_libyuv
ninja -j7 -C out/Debug
ninja -j7 -C out/Release
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698