File tree 2 files changed +37
-2
lines changed
docs/installation/binaries
2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ the :code:`install.sh` script with administrative privileges:
32
32
By default, *eProsima Fast DDS * does not compile tests. To activate them, please refer to the :ref: `linux_sources `
33
33
page.
34
34
35
- To use the :ref: `cli_xml ` validation tool, please refer to the :ref: `linux_sources ` page.
36
-
37
35
.. _contents_bl :
38
36
39
37
Contents
@@ -97,6 +95,24 @@ For example in order to build the examples dynamically linked to **Fast-DDS** do
97
95
$ cmake -Bbuildexample -DBUILD_SHARED_LIBS=ON .
98
96
$ cmake --build buildexample --target install
99
97
98
+ .. _cli_bl :
99
+
100
+ Fast DDS CLI (optional)
101
+ -----------------------
102
+
103
+ The :ref: `Fast DDS CLI<ffastddscli_cli> ` (Command Line Interface) is a tool that provides a set commands and
104
+ sub-commands to perform, Fast DDS related, maintenance and configuration tasks.
105
+ As an optional tool, its dependencies are not installed by default, but they can be installed by running the
106
+ following command:
107
+
108
+ .. code-block :: bash
109
+
110
+ sudo apt-get install python3 python3-pip
111
+ pip3 install xmlschema
112
+
113
+ Python3 is required to run the CLI tool, and the `xmlschema <https://pypi.org/project/xmlschema/ >`_ dependency is
114
+ needed to use the :ref: `XML validation command<cli_xml> `.
115
+
100
116
.. _uninstall_bl :
101
117
102
118
Uninstall
Original file line number Diff line number Diff line change @@ -129,3 +129,22 @@ For example in order to build the examples dynamically linked to **Fast-DDS** do
129
129
130
130
> cmake -Bbuildexample -DBUILD_SHARED_LIBS=ON .
131
131
> cmake --build buildexample --target install
132
+
133
+
134
+ .. _cli_bw :
135
+
136
+ Fast DDS CLI (optional)
137
+ -----------------------
138
+
139
+ The :ref: `Fast DDS CLI<ffastddscli_cli> ` (Command Line Interface) is a tool that provides a set commands and
140
+ sub-commands to perform, Fast DDS related, maintenance and configuration tasks.
141
+ As an optional tool, its dependencies are not installed by default, but they can be installed by running the
142
+ following command:
143
+
144
+ .. code-block :: bash
145
+
146
+ choco install python
147
+ python -m pip install --upgrade pywin32 xmlschema
148
+
149
+ Python3 is required to run the CLI tool, and the `xmlschema <https://pypi.org/project/xmlschema/ >`_ dependency is
150
+ needed to use the :ref: `XML validation command<cli_xml> `.
You can’t perform that action at this time.
0 commit comments