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

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

Issue 1495913002: Make building with clang documentation a bit easier to find (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | « site/user/quick/desktop.md ('k') | site/user/tips.md » ('j') | 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 5e47df2998dc1c9548a59a7254270724f272d420..be723efbfd7dcc7b01e4c0c1f72a66d14a7a0568 100644
--- a/site/user/quick/linux.md
+++ b/site/user/quick/linux.md
@@ -81,6 +81,8 @@ Notes
<!--?prettify lang=sh?-->
GYP_DEFINES='skia_arch_type=x86' python bin/sync-and-gyp
+2. By default, many Linux systems use gcc by default. To use clang you will
+need to [set the CC and CXX environment variables](/user/tips#gypdefines).
Generate build files
--------------------
« no previous file with comments | « site/user/quick/desktop.md ('k') | site/user/tips.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698