installing.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Installing
  2. ==========
  3. These instructions assume that you have already completed the rosjava_core
  4. :ref:`installation <rosjava_core:installing>` and :ref:`build
  5. <rosjava_core:building>` instructions.
  6. Prerequisites
  7. -------------
  8. There are a few additional dependencies required for building android_core:
  9. * `Android Studio & SDK`_
  10. If you would like to build the android_core documentation, you will also need
  11. Pygments 1.5+ and Sphinx 1.1.3+.
  12. .. code-block:: bash
  13. sudo pip install --upgrade sphinx Pygments
  14. Non-ROS Installation
  15. --------------------
  16. As with rosjava_core, this repository no longer requires a ros environment to be
  17. installed. In this case,
  18. you simply need to clone the github repository
  19. .. code-block:: bash
  20. git clone https://github.com/rosjava/android_core
  21. git checkout -b hydro origin/hydro
  22. and proceed immediately to the section on :ref:`building`.
  23. ROS Installation
  24. ----------------
  25. If you would like a full ros environment backending your installation (you might
  26. be building rosjava packages at the same time) then refer to the `RosWiki`_
  27. for more details.
  28. .. _RosWiki: http://wiki.ros.org/android
  29. .. _Android Studio & SDK: http://wiki.ros.org/android/Android%20Studio/Download