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

Side by Side Diff: docs/linux_build_instructions.md

Issue 1808213005: Add missing full stop to Linux-specific build instructions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Linux-specific build instructions 1 # Linux-specific build instructions
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Get the code 5 ## Get the code
6 6
7 [Get the Code](https://www.chromium.org/developers/how-tos/get-the-code). The 7 [Get the Code](https://www.chromium.org/developers/how-tos/get-the-code). The
8 general instructions on the "Get the code" page cover basic Linux build setup 8 general instructions on the "Get the code" page cover basic Linux build setup
9 and configuration. 9 and configuration.
10 10
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 1. Build in Release mode (debugging symbols require a lot of memory) 126 1. Build in Release mode (debugging symbols require a lot of memory)
127 1. Build as shared libraries (note: this build is for developers only, and may 127 1. Build as shared libraries (note: this build is for developers only, and may
128 have broken functionality) 128 have broken functionality)
129 129
130 Most of these are described on the [Linux Faster Builds](linux_faster_builds.md) 130 Most of these are described on the [Linux Faster Builds](linux_faster_builds.md)
131 page. 131 page.
132 132
133 ## Advanced Features 133 ## Advanced Features
134 134
135 * Want to use the (in development) GN build workflow? See 135 * Want to use the (in development) GN build workflow? See
136 [GN Quick Start](../tools/gn/docs/quick_start.md) 136 [GN Quick Start](../tools/gn/docs/quick_start.md).
137 * Building frequently? See [LinuxFasterBuilds](linux_faster_builds.md). 137 * Building frequently? See [LinuxFasterBuilds](linux_faster_builds.md).
138 * Cross-compiling for ARM? See [LinuxChromiumArm](linux_chromium_arm.md). 138 * Cross-compiling for ARM? See [LinuxChromiumArm](linux_chromium_arm.md).
139 * Want to use Eclipse as your IDE? See 139 * Want to use Eclipse as your IDE? See
140 [LinuxEclipseDev](linux_eclipse_dev.md). 140 [LinuxEclipseDev](linux_eclipse_dev.md).
141 * Built version as Default Browser? See 141 * Built version as Default Browser? See
142 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). 142 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md).
143 143
144 ## Next Steps 144 ## Next Steps
145 145
146 If you want to contribute to the effort toward a Chromium-based browser for 146 If you want to contribute to the effort toward a Chromium-based browser for
147 Linux, please check out the [Linux Development page](linux_development.md) for 147 Linux, please check out the [Linux Development page](linux_development.md) for
148 more information. 148 more information.
OLDNEW
« 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