| Index: site/user/quick/linux.md
|
| diff --git a/site/user/quick/linux.md b/site/user/quick/linux.md
|
| index db3f16ba8206cd2abd83c7998859a36d5c017fc7..7b345654f99066ea48b17e458549dbbf872534ab 100644
|
| --- a/site/user/quick/linux.md
|
| +++ b/site/user/quick/linux.md
|
| @@ -57,6 +57,11 @@ Or, you can just rely on it being run automatically by using `make` instead of
|
|
|
| If you want to use Eclipse, see Creating an Eclipse Project after you have generated the makefiles.
|
|
|
| +On 32-bit Linux (when `uname -m` is *not* `x86_64`), you will have to
|
| +explicitly specify the architecture:
|
| +
|
| + GYP_DEFINES='skia_arch_width=32' ./gyp_skia
|
| +
|
| Build and run tests from the command line
|
| -----------------------------------------
|
|
|
|
|