Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 9, 2024
1 parent df792f8 commit 975faf7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@
# ones.
extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig'
'sphinx.ext.ifconfig',
'sphinx.ext.mathjax',
'sphinx_design',
'sphinx.ext.autosectionlabel',
'sphinxcontrib.bibtex',
]

extensions += ['doxyrest', 'cpplexer']

bibtex_bibfiles = ['refs.bib']

# Show build time
html_last_updated_fmt = '%H:%M, %b %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MOLA
:hidden:
:caption: Quickstart

building
installing
demos

.. toctree::
Expand Down
27 changes: 23 additions & 4 deletions docs/source/building.rst → docs/source/installing.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
.. _building:
.. _installing:

======================
Building
Installing
======================

1. First-time build
====================
.. contents:: :local:


From ROS 2 repositories
------------------------

**Recommended**: This is the easiest way to install MOLA.

In Debian/Ubuntu systems, activate your ROS environment (``setup.bash``) if not done automatically
in your ``~./bashrc`` file, then just run:

.. code-block:: bash
sudo apt install ros-$ROS_DISTRO-mola
Check the `build status table <https://github.com/MOLAorg/mola#build-matrix-status>`_ to find out
what MOLA version is available for your ROS distribution.


Compile from sources
------------------------

Get the sources
-------------------
Expand Down

0 comments on commit 975faf7

Please sign in to comment.