Skip to content

Commit bde8e44

Browse files
committed
tweaks
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
1 parent 327d171 commit bde8e44

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

tutorials/install.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ sudo apt-get install libprotobuf-dev protobuf-compiler libprotoc-dev libignition
1717

1818
## Windows
1919

20-
Install [Conda package management system](https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html).
21-
Miniconda suffices.
20+
First, follow the [ign-cmake](https://github.com/ignitionrobotics/ign-cmake) tutorial for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment.
2221

2322
Create if necessary, and activate a Conda environment:
2423

@@ -33,6 +32,20 @@ Install prerequisites:
3332
conda install tinyxml2 protobuf --channel conda-forge
3433
```
3534

35+
Install Ignition dependencies:
36+
37+
You can view lists of dependencies:
38+
39+
```
40+
conda search libignition-msgs* --channel conda-forge --info
41+
```
42+
43+
Install dependencies, replacing `<#>` with the desired versions:
44+
45+
```
46+
conda install libignition-cmake<#> libignition-math<#> libignition-tools<#> --channel conda-forge
47+
```
48+
3649
# Installation
3750

3851
## UNIX

0 commit comments

Comments
 (0)