aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started.md
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2016-02-17 21:16:28 -0800
committerFrank Barchard <fbarchard@google.com>2016-02-17 21:16:28 -0800
commit69c38c5cf502742e166613b191d6bd5f6062d248 (patch)
treecb3a6edd55b2a2c428be320b1b1f7eedaa4a0027 /docs/getting_started.md
parentc5745d558a1992208631d432c1622839098bb062 (diff)
downloadlibyuv-69c38c5cf502742e166613b191d6bd5f6062d248.tar.gz
update linux instructions to not update clang
R=jkellander@chromium.org BUG=none Review URL: https://codereview.chromium.org/1703243003 .
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r--docs/getting_started.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 6aba2676..d2137e43 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