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

Unified Diff: docs/linux_mandriva_build_instructions.md

Issue 2544793004: More edits to the linux build instructions. (Closed)
Patch Set: tweak debian, gentoo instructions 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
« no previous file with comments | « docs/linux_fedora_build_instructions.md ('k') | docs/linux_open_suse_build_instructions.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_mandriva_build_instructions.md
diff --git a/docs/linux_mandriva_build_instructions.md b/docs/linux_mandriva_build_instructions.md
deleted file mode 100644
index feb93dcfff28035a74006450feaba511c43c8fd4..0000000000000000000000000000000000000000
--- a/docs/linux_mandriva_build_instructions.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Building Chromium on Mandriva
-
-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:
-
-```shell
-urpmi lib64fontconfig-devel lib64alsa2-devel lib64dbus-1-devel \
-lib64GConf2-devel lib64freetype6-devel lib64atk1.0-devel lib64gtk+2.0_0-devel \
-lib64pango1.0-devel lib64cairo-devel lib64nss-devel lib64nspr-devel g++ python \
-perl bison flex subversion gperf
-```
-
-* `msttcorefonts` are not available, you will need to build your own (see
- instructions, not hard to do, see
- [mandriva_msttcorefonts.md](mandriva_msttcorefonts.md)) or use `drakfont` to
- import the fonts from a Windows installation.
-* These packages are for 64 bit, to download the 32 bit packages, substitute
- `lib64` with `lib`.
-* Some of these packages might not be explicitly necessary as they come as
- dependencies, there is no harm in including them however.
« no previous file with comments | « docs/linux_fedora_build_instructions.md ('k') | docs/linux_open_suse_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698