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

Side by Side Diff: docs/linux_build_instructions_prerequisites.md

Issue 1877013002: Update Linux build docs to remove GYP references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « docs/linux_build_instructions.md ('k') | docs/linux_chromium_arm.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Linux Build Instructions — Prerequisites 1 # Linux Build Instructions — Prerequisites
2 2
3 This page describes system requirements for building Chromium on Linux. 3 This page describes system requirements for building Chromium on Linux.
4 4
5 [TOC] 5 [TOC]
6 6
7 ## System Requirements 7 ## System Requirements
8 8
9 ### Linux distribution 9 ### Linux distribution
10 10
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 *** note 149 *** note
150 Note 2: these packages are for 64 bit, to download the 32 bit packages, 150 Note 2: these packages are for 64 bit, to download the 32 bit packages,
151 substitute lib64 with lib 151 substitute lib64 with lib
152 *** 152 ***
153 153
154 *** note 154 *** note
155 Note 3: some of these packages might not be explicitly necessary as they come as 155 Note 3: some of these packages might not be explicitly necessary as they come as
156 dependencies, there is no harm in including them however. 156 dependencies, there is no harm in including them however.
157 *** 157 ***
158 158
159 *** note
160 Note 4: to build on 64 bit systems use, instead of
161 `GYP_DEFINES=target_arch=x64`, as mentioned in the general notes for building on
162 64 bit:
163
164 ```shell
165 export GYP_DEFINES="target_arch=x64"
166 gclient runhooks --force
167 ```
168 ***
169
170 #### Gentoo setup 159 #### Gentoo setup
171 160
172 emerge www-client/chromium 161 emerge www-client/chromium
OLDNEW
« no previous file with comments | « docs/linux_build_instructions.md ('k') | docs/linux_chromium_arm.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698