aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2014-10-10 17:49:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-10-10 17:49:28 +0000
commit25df1ca9612f1dffc5314c5cb260035000518f14 (patch)
tree2ce1969ee5d1b63df922ad9f60e5f92d4baa5a60
parent4175c1224e6f9f0bdf2881488a2ed36cfc497af2 (diff)
parentc23b9019fc46aac55f3c2ca3cadd6ac1a2a580f5 (diff)
downloadsource.android.com-25df1ca9612f1dffc5314c5cb260035000518f14.tar.gz
Merge "Add instructions for Ubuntu 14.04"
-rw-r--r--src/source/initializing.jd5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/source/initializing.jd b/src/source/initializing.jd
index 73e55459..32835758 100644
--- a/src/source/initializing.jd
+++ b/src/source/initializing.jd
@@ -95,6 +95,11 @@ Building using an older version of Ubuntu is not supported on master or recent r
$ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so
</code></pre>
+<h3 id="installing-required-packages-ubuntu-1404">Installing required packages (Ubuntu 14.04)</h3>
+<p>Building on Ubuntu 14.04 is experimental at the moment but will eventually become the recommended
+environment.</p>
+<pre><code>$ sudo apt-get install bison g++-multilib git gperf libxml2-utils</code></pre>
+
<h3 id="installing-required-packages-ubuntu-1004-1110">Installing required packages (Ubuntu 10.04 -- 11.10)</h3>
<p>Building on Ubuntu 10.04-11.10 is no longer supported, but may be useful for building older
releases of AOSP.</p>