installing.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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 &mdash; android_core 0.1.0 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.1.0',
  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.1.0 documentation" href="index.html" />
  24. <link rel="next" title="Building" 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.1.0 documentation</span></a></h1>
  30. <h2 class="heading"><span>Installing</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</a>&#160;&#160;»
  39. </p>
  40. </div>
  41. <div class="content">
  42. <div class="section" id="installing">
  43. <h1>Installing<a class="headerlink" href="#installing" 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. <div class="section" id="prerequisites">
  47. <h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to this headline">¶</a></h2>
  48. <p>There are a few additional dependencies required for building android_core:</p>
  49. <ul class="simple">
  50. <li><a class="reference external" href="http://wiki.ros.org/android/Android%20Studio/Download">Android Studio &amp; SDK</a></li>
  51. </ul>
  52. <p>If you would like to build the android_core documentation, you will also need
  53. Pygments 1.5+ and Sphinx 1.1.3+.</p>
  54. <div class="highlight-bash"><div class="highlight"><pre>sudo pip install --upgrade sphinx Pygments
  55. </pre></div>
  56. </div>
  57. </div>
  58. <div class="section" id="non-ros-installation">
  59. <h2>Non-ROS Installation<a class="headerlink" href="#non-ros-installation" title="Permalink to this headline">¶</a></h2>
  60. <p>As with rosjava_core, this repository no longer requires a ros environment to be
  61. installed. In this case,</p>
  62. <p>you simply need to clone the github repository</p>
  63. <div class="highlight-bash"><div class="highlight"><pre>git clone https://github.com/rosjava/android_core
  64. git checkout -b hydro origin/hydro
  65. </pre></div>
  66. </div>
  67. <p>and proceed immediately to the section on <a class="reference internal" href="building.html#building"><em>Building</em></a>.</p>
  68. </div>
  69. <div class="section" id="ros-installation">
  70. <h2>ROS Installation<a class="headerlink" href="#ros-installation" title="Permalink to this headline">¶</a></h2>
  71. <p>If you would like a full ros environment backending your installation (you might
  72. be building rosjava packages at the same time) then refer to the <a class="reference external" href="http://wiki.ros.org/android">RosWiki</a>
  73. for more details.</p>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="bottomnav">
  78. <p>
  79. «&#160;&#160;<a href="overview.html">Overview</a>
  80. &#160;&#160;::&#160;&#160;
  81. <a class="uplink" href="index.html">Contents</a>
  82. &#160;&#160;::&#160;&#160;
  83. <a href="building.html">Building</a>&#160;&#160;»
  84. </p>
  85. </div>
  86. <div class="footer">
  87. &copy; Copyright 2013, Google, Inc..
  88. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
  89. </div>
  90. </body>
  91. </html>