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

Unified Diff: docs/linux_arch_build_instructions.md

Issue 2536723008: Make some small tweaks to the build instructions. (Closed)
Patch Set: Created 4 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
Index: docs/linux_arch_build_instructions.md
diff --git a/docs/linux_arch_build_instructions.md b/docs/linux_arch_build_instructions.md
index 87bfe8b039ea9535b12e9fdf51a7de07e9f67ca3..06e26d31f0da973ddf49a971e6a73d540989847e 100644
--- a/docs/linux_arch_build_instructions.md
+++ b/docs/linux_arch_build_instructions.md
@@ -1,20 +1,23 @@
-# Building Chromium on Arch Linux
+# Building Chrome on Arch Linux
Sidney San Martín 2016/11/30 17:43:40 The docs sometimes call the browser "Chrome" and s
Dirk Pranke 2016/11/30 23:40:20 In this case I actually think of it more as talkin
Sidney San Martín 2016/12/01 00:22:23 SGTM, done.
Generally speaking, follow the [Linux Build Instructions](linux_build_instructions.md).
However, do the following instead to install the build dependencies:
-## Install the build dependencies:
+## Install the build dependencies
Most of these packages are probably already installed since they're often used,
-and the parameter --needed ensures that packages up to date are not reinstalled.
+and the `--needed` parameter ensures that up-to-date packages are not
+reinstalled.
- sudo pacman -S --needed python perl gcc gcc-libs bison flex gperf pkgconfig \
- nss alsa-lib gconf glib2 gtk2 nspr ttf-ms-fonts freetype2 cairo dbus \
- libgnome-keyring
+```shell
+$ sudo pacman -S --needed python perl gcc gcc-libs bison flex gperf pkgconfig \
+nss alsa-lib gconf glib2 gtk2 nspr ttf-ms-fonts freetype2 cairo dbus \
+libgnome-keyring
+```
For the optional packages on Arch Linux:
-* php-cgi is provided with pacman
-* wdiff is not in the main repository but dwdiff is. You can get wdiff in
- AUR/yaourt
-* sun-java6-fonts do not seem to be in main repository or AUR.
+* `php-cgi` is provided with `pacman`
+* `wdiff` is not in the main repository but `dwdiff` is. You can get `wdiff`
+ in AUR/`yaourt`
+* `sun-java6-fonts` do not seem to be in main repository or AUR.

Powered by Google App Engine
This is Rietveld 408576698