Skip to content

Commit

Permalink
Gradle installation note (#206)
Browse files Browse the repository at this point in the history
* Refs #9819: Added clarification for gradle installation

Signed-off-by: Ignacio Montesino <ignaciomontesino@eprosima.com>

* Refs #9852: Applied suggested changes

Signed-off-by: Ignacio Montesino <ignaciomontesino@eprosima.com>

* Refs #9819: Fixed trailing whitespace and fix rebase

Signed-off-by: Ignacio Montesino <ignaciomontesino@eprosima.com>
  • Loading branch information
imontesino authored Nov 11, 2020
1 parent d87466a commit 6eb1a06
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation/sources/sources_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,15 @@ Once the requirements above are met, compile *Fast DDS-Gen* by following the ste
cd Fast-DDS-Gen
gradle assemble
.. note::

If errors occur during compilation or you do not wish to install gradle, an executable script is included which will
download a gradle temporarily for the compilation step.

.. code-block:: bash
./gradlew assemble
Contents
^^^^^^^^

Expand Down
8 changes: 8 additions & 0 deletions docs/installation/sources/sources_mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ with Homebrew it would be running the command:
brew install gradle
.. note::

If errors occur during compilation or you do not wish to install gradle, an executable script is included which will
download gradle temporarily for the compilation step.

.. code-block:: bash
./gradlew assemble
Compiling Fast DDS-Gen
----------------------
Expand Down

0 comments on commit 6eb1a06

Please sign in to comment.