aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2016-02-01 20:10:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-01 20:10:26 +0000
commit50e74a67e09a059de514542d6f761a608067483b (patch)
tree2ee0b518a21f3149d00d8036cabe1f852fc0c391
parentee0e0319a97fb4644595936a24b9d19950836d99 (diff)
parent9a1349e2153a6cdb8cc5932f487b848049f1fd41 (diff)
downloadsource.android.com-50e74a67e09a059de514542d6f761a608067483b.tar.gz
Merge "Docs: Add pointers to precise JDK 8 packages and architectures"
am: 9a1349e215 * commit '9a1349e2153a6cdb8cc5932f487b848049f1fd41': Docs: Add pointers to precise JDK 8 packages and architectures
-rw-r--r--src/source/initializing.jd16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/source/initializing.jd b/src/source/initializing.jd
index 45febc28..aea92e0d 100644
--- a/src/source/initializing.jd
+++ b/src/source/initializing.jd
@@ -71,14 +71,18 @@ with Ubuntu 14.04. <em>Newer package versions (e.g. those for 15.10, 16.04) were
found not to work on 14.04 using the instructions below.</em></p>
<ol>
<li>
-<p>Download the .deb packages for your architecture from
-<a href="http://packages.ubuntu.com/vivid/openjdk-8-jdk"
->http://packages.ubuntu.com/vivid/openjdk-8-jdk</a>:</p>
+<p>Download the <code>.deb</code> packages for your architecture from
+<a
+href="http://packages.ubuntu.com/vivid/openjdk-8-jdk">http://packages.ubuntu.com/vivid/openjdk-8-jdk</a>:</p>
<ul>
-<li>openjdk-8-jre-headless</li>
-<li>openjdk-8-jre</li>
-<li>openjdk-8-jdk</li>
+<li><a href="http://packages.ubuntu.com/vivid/openjdk-8-jre-headless">openjdk-8-jre-headless</a></li>
+<li><a href="http://packages.ubuntu.com/vivid/openjdk-8-jre">openjdk-8-jre</a></li>
+<li><a href="http://packages.ubuntu.com/vivid/openjdk-8-jdk">openjdk-8-jdk</a></li>
</ul>
+<p>Remember, you may obtain the architecture for your machine with:</p>
+<code>$ uname -m</code>
+<p>With <code>x86_64</code> representing a 64-bit (amd64) Linux kernel architecture and
+<code>i386/i486/i586/i686</code> representing a 32-bit (i386) system.</p>
</li>
<li>
<p>Optionally, confirm the checksums of the downloaded files using the information