123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>Installing android_core — android_core 0.0.0-SNAPSHOT documentation</title>
-
- <link rel="stylesheet" href="_static/haiku.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="_static/print.css" type="text/css" />
-
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.0.0-SNAPSHOT',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <script type="text/javascript" src="_static/theme_extras.js"></script>
- <link rel="top" title="android_core 0.0.0-SNAPSHOT documentation" href="index.html" />
- <link rel="next" title="Building android_core" href="building.html" />
- <link rel="prev" title="Overview" href="overview.html" />
- </head>
- <body>
- <div class="header"><h1 class="heading"><a href="index.html">
- <span>android_core 0.0.0-SNAPSHOT documentation</span></a></h1>
- <h2 class="heading"><span>Installing android_core</span></h2>
- </div>
- <div class="topnav">
-
- <p>
- «  <a href="overview.html">Overview</a>
-   ::  
- <a class="uplink" href="index.html">Contents</a>
-   ::  
- <a href="building.html">Building android_core</a>  »
- </p>
- </div>
- <div class="content">
-
-
- <div class="section" id="installing-android-core">
- <h1>Installing android_core<a class="headerlink" href="#installing-android-core" title="Permalink to this headline">¶</a></h1>
- <p>These instructions assume that you have already completed the rosjava_core
- <em class="xref std std-ref">installation</em> and <em class="xref std std-ref">build</em> instructions.</p>
- <p>These instructions also assume you are using Ubuntu. However, the differences
- between platforms should be minimal.</p>
- <p>There are a few additional dependencies required for building android_core:</p>
- <ul class="simple">
- <li>the <a class="reference external" href="http://developer.android.com/sdk/installing.html">Android SDK</a> and</li>
- <li><a class="reference external" href="http://ant.apache.org/">Apache Ant</a> (e.g. on Ubuntu Lucid: <tt class="docutils literal"><span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">install</span> <span class="pre">ant1.8</span> <span class="pre">ant1.8-optional</span></tt>)</li>
- </ul>
- <p>As with rosjava_core, the recommend installation procedure for android_core is
- to use rosws. See the <a class="reference external" href="http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html">rosws tutorial</a> for more information if you find the
- following quick start instructions to be insufficient.</p>
- <div class="highlight-bash"><div class="highlight"><pre><span class="nb">cd</span> ~/my_workspace
- rosws merge https://raw.github.com/rosjava/android_core/master/.rosinstall
- rosws update
- <span class="nb">source </span>setup.bash
- </pre></div>
- </div>
- <div class="admonition note">
- <p class="first admonition-title">Note</p>
- <p class="last">You should source the correct setup script for your shell (e.g.
- setup.bash for Bash or setup.zsh for Z shell).</p>
- </div>
- <p>If you would like to build the android_core documentation, you will also need
- Pygments 1.5+ and Sphinx 1.1.3+.</p>
- <div class="highlight-bash"><div class="highlight"><pre>sudo pip install --upgrade sphinx Pygments
- </pre></div>
- </div>
- </div>
- </div>
- <div class="bottomnav">
-
- <p>
- «  <a href="overview.html">Overview</a>
-   ::  
- <a class="uplink" href="index.html">Contents</a>
-   ::  
- <a href="building.html">Building android_core</a>  »
- </p>
- </div>
- <div class="footer">
- © Copyright 2012, Google, Inc..
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
- </div>
- </body>
- </html>
|