aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-02-25 06:52:17 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-25 06:52:17 -0800
commit8673765ab59beec47d0ec8d057ff218e550e658f (patch)
tree1157da84507e9bba2b03a172a883e7db116f2a79
parentb69d0e0ac45e13f667bc11a937dcb547072bc93d (diff)
Doc: user/quick/linux mentions 32-bit compiling
-rw-r--r--site/user/quick/linux.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/user/quick/linux.md b/site/user/quick/linux.md
index db3f16ba82..7b345654f9 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
-----------------------------------------