| Index: docs/getting_started.md
|
| diff --git a/docs/getting_started.md b/docs/getting_started.md
|
| index 939f08f02bcff370e85b884c6c2825a22442849f..86ca3c0ab89305f75b2f9b056c36dcdae44ace46 100644
|
| --- a/docs/getting_started.md
|
| +++ b/docs/getting_started.md
|
| @@ -196,6 +196,17 @@ Running test with C code:
|
| gn gen out/Official "--args=is_debug=false is_official_build=true is_chrome_branded=true"
|
| ninja -C out/Official
|
|
|
| +#### Building mips with GN
|
| +
|
| +mipsel
|
| + gn gen out/Default "--args=is_debug=false target_cpu=\"mipsel\" target_os = \"android\" mips_arch_variant = \"r6\" mips_use_msa = true is_component_build = true is_clang = false"
|
| + ninja -C out/Default
|
| +
|
| +mips64el
|
| + gn gen out/Default "--args=is_debug=false target_cpu=\"mips64el\" target_os = \"android\" mips_arch_variant = \"r6\" mips_use_msa = true is_component_build = true is_clang = false"
|
| + ninja -C out/Default
|
| +
|
| +
|
| ### Linux
|
|
|
| GYP_DEFINES="target_arch=x64" ./gyp_libyuv
|
|
|