aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2016-01-28 17:32:08 -0800
committerClay Murphy <claym@google.com>2016-01-28 17:32:08 -0800
commit6217093b0f55adccad7bb4b5cd55d4bffc77224b (patch)
tree94b234679f77cf28d46125101debf583d529204a /src
parented5eef749e6b4fbce09a63a091a82e257829ecbb (diff)
downloadsource.android.com-6217093b0f55adccad7bb4b5cd55d4bffc77224b.tar.gz
Docs: Add pointers to precise JDK 8 packages and architectures
Bug: 26642984 Change-Id: I645a7f5640edc4eb4295bb57db220337e2ef712f
Diffstat (limited to 'src')
-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