Index: docs/getting_started.md |
diff --git a/docs/getting_started.md b/docs/getting_started.md |
index 939f08f02bcff370e85b884c6c2825a22442849f..c119a82fdb012c572f607b074cb17cf2216dcdce 100644 |
--- a/docs/getting_started.md |
+++ b/docs/getting_started.md |
@@ -84,8 +84,7 @@ To get just the source (not buildable): |
ninja -C out\Release_x64 |
#### Building with clangcl |
- set GYP_DEFINES=clang=1 target_arch=ia32 libyuv_enable_svn=1 |
- set LLVM_REPO_URL=svn://svn.chromium.org/llvm-project |
kjellander_chromium
2016/09/14 05:08:17
After looking at https://cs.chromium.org/chromium/
fbarchard1
2016/09/14 17:15:10
Done.
The REPO isnt needed anymore though. I can
|
+ set GYP_DEFINES=clang=1 target_arch=ia32 |
call python tools\clang\scripts\update.py |
call python gyp_libyuv -fninja libyuv_test.gyp |
ninja -C out\Debug |