installing.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Installing android_core &mdash; android_core 0.0.0-SNAPSHOT documentation</title>
  7. <link rel="stylesheet" href="_static/haiku.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/print.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: '',
  13. VERSION: '0.0.0-SNAPSHOT',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <script type="text/javascript" src="_static/theme_extras.js"></script>
  23. <link rel="top" title="android_core 0.0.0-SNAPSHOT documentation" href="index.html" />
  24. <link rel="next" title="Building android_core" href="building.html" />
  25. <link rel="prev" title="Overview" href="overview.html" />
  26. </head>
  27. <body>
  28. <div class="header"><h1 class="heading"><a href="index.html">
  29. <span>android_core 0.0.0-SNAPSHOT documentation</span></a></h1>
  30. <h2 class="heading"><span>Installing android_core</span></h2>
  31. </div>
  32. <div class="topnav">
  33. <p>
  34. «&#160;&#160;<a href="overview.html">Overview</a>
  35. &#160;&#160;::&#160;&#160;
  36. <a class="uplink" href="index.html">Contents</a>
  37. &#160;&#160;::&#160;&#160;
  38. <a href="building.html">Building android_core</a>&#160;&#160;»
  39. </p>
  40. </div>
  41. <div class="content">
  42. <div class="section" id="installing-android-core">
  43. <h1>Installing android_core<a class="headerlink" href="#installing-android-core" title="Permalink to this headline">¶</a></h1>
  44. <p>These instructions assume that you have already completed the rosjava_core
  45. <em class="xref std std-ref">installation</em> and <em class="xref std std-ref">build</em> instructions.</p>
  46. <p>These instructions also assume you are using Ubuntu. However, the differences
  47. between platforms should be minimal.</p>
  48. <p>There are a few additional dependencies required for building android_core:</p>
  49. <ul class="simple">
  50. <li>the <a class="reference external" href="http://developer.android.com/sdk/installing.html">Android SDK</a> and</li>
  51. <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>
  52. </ul>
  53. <p>As with rosjava_core, the recommend installation procedure for android_core is
  54. 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
  55. following quick start instructions to be insufficient.</p>
  56. <div class="highlight-bash"><div class="highlight"><pre><span class="nb">cd</span> ~/my_workspace
  57. rosws merge https://raw.github.com/rosjava/android_core/master/.rosinstall
  58. rosws update
  59. <span class="nb">source </span>setup.bash
  60. </pre></div>
  61. </div>
  62. <div class="admonition note">
  63. <p class="first admonition-title">Note</p>
  64. <p class="last">You should source the correct setup script for your shell (e.g.
  65. setup.bash for Bash or setup.zsh for Z shell).</p>
  66. </div>
  67. <p>If you would like to build the android_core documentation, you will also need
  68. Pygments 1.5+ and Sphinx 1.1.3+.</p>
  69. <div class="highlight-bash"><div class="highlight"><pre>sudo pip install --upgrade sphinx Pygments
  70. </pre></div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="bottomnav">
  75. <p>
  76. «&#160;&#160;<a href="overview.html">Overview</a>
  77. &#160;&#160;::&#160;&#160;
  78. <a class="uplink" href="index.html">Contents</a>
  79. &#160;&#160;::&#160;&#160;
  80. <a href="building.html">Building android_core</a>&#160;&#160;»
  81. </p>
  82. </div>
  83. <div class="footer">
  84. &copy; Copyright 2012, Google, Inc..
  85. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
  86. </div>
  87. </body>
  88. </html>