123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <!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 0.1.0 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.1.0',
- 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.1.0 documentation" href="index.html" />
- <link rel="next" title="Building" 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.1.0 documentation</span></a></h1>
- <h2 class="heading"><span>Installing</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</a>  »
- </p>
- </div>
- <div class="content">
-
-
- <div class="section" id="installing">
- <h1>Installing<a class="headerlink" href="#installing" 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>
- <div class="section" id="prerequisites">
- <h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to this headline">¶</a></h2>
- <p>There are a few additional dependencies required for building android_core:</p>
- <ul class="simple">
- <li><a class="reference external" href="http://wiki.ros.org/android/Android%20Studio/Download">Android Studio & SDK</a></li>
- </ul>
- <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 class="section" id="non-ros-installation">
- <h2>Non-ROS Installation<a class="headerlink" href="#non-ros-installation" title="Permalink to this headline">¶</a></h2>
- <p>As with rosjava_core, this repository no longer requires a ros environment to be
- installed. In this case,</p>
- <p>you simply need to clone the github repository</p>
- <div class="highlight-bash"><div class="highlight"><pre>git clone https://github.com/rosjava/android_core
- git checkout -b hydro origin/hydro
- </pre></div>
- </div>
- <p>and proceed immediately to the section on <a class="reference internal" href="building.html#building"><em>Building</em></a>.</p>
- </div>
- <div class="section" id="ros-installation">
- <h2>ROS Installation<a class="headerlink" href="#ros-installation" title="Permalink to this headline">¶</a></h2>
- <p>If you would like a full ros environment backending your installation (you might
- be building rosjava packages at the same time) then refer to the <a class="reference external" href="http://wiki.ros.org/android">RosWiki</a>
- for more details.</p>
- </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</a>  »
- </p>
- </div>
- <div class="footer">
- © Copyright 2013, Google, Inc..
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
- </div>
- </body>
- </html>
|