We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6371cc7 commit 2ba6470Copy full SHA for 2ba6470
README.md
@@ -213,7 +213,7 @@ conda activate gz-ws
213
214
Install prerequisites:
215
```
216
-conda install urdfdom --channel conda-forge
+conda install tinyxml2 urdfdom --channel conda-forge
217
218
219
Install Gazebo dependencies:
@@ -225,7 +225,7 @@ conda search libsdformat --channel conda-forge --info
225
226
Install dependencies, replacing `<#>` with the desired versions:
227
228
-conda install libgz-math<#> libgz-tools<#> --channel conda-forge
+conda install libgz-cmake<#> libgz-math<#> libgz-tools<#> libgz-utils<#> --channel conda-forge
229
230
231
### Build from Source
0 commit comments