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

Unified Diff: docs/linux_open_suse_build_instructions.md

Issue 2526563003: Update the build instructions to be consistent. (Closed)
Patch Set: more updates Created 4 years, 1 month 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_open_suse_build_instructions.md
diff --git a/docs/linux_open_suse_build_instructions.md b/docs/linux_open_suse_build_instructions.md
index 5b471d18f1f311ef4aa6621e1e62b76203f65b5c..d1fbbb8fbf37586e2afac18bd8c8d8d3f8fac4b3 100644
--- a/docs/linux_open_suse_build_instructions.md
+++ b/docs/linux_open_suse_build_instructions.md
@@ -1,10 +1,9 @@
-# Linux Open SUSE Build Instructions
+# Building Chromium on openSUSE
-This page includes some instruction to build Chromium on openSUSE 11.1 and 11.0.
-Before reading this page you need to learn the
-[Linux Build Instructions](linux_build_instructions.md).
+Generally speaking, follow the [Linux Build Instructions](linux_build_instructions.md).
+However, do the following instead to install the build dependencies:
-## How to Install Dependencies:
+## Install the build dependencies:
Use zypper command to install dependencies:
@@ -70,9 +69,3 @@ sudo mkdir -p /usr/share/fonts/truetype/ttf-lucida
sudo find /usr/lib*/jvm/java-1.6.*-sun-*/jre/lib -iname '*.ttf' -print \
-exec ln -s {} /usr/share/fonts/truetype/ttf-lucida \;
```
-
-## Building the software
-
-Please refer to the [Linux Build Instructions](linux_build_instructions.md).
-
-Please update this page if you use different steps.

Powered by Google App Engine
This is Rietveld 408576698