Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: site/user/quick/linux.md

Issue 952193002: Doc: user/quick/linux mentions 32-bit compiling (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-----------------------------------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698