Skip to content

Commit

Permalink
Update install_windows_src tutorial for Harmonic (#374)
Browse files Browse the repository at this point in the history
* Update install_windows_src tutorial for Harmonic
---------
Signed-off-by: Silvio Traversaro <[email protected]>
Co-authored-by: Mabel Zhang <[email protected]>
  • Loading branch information
traversaro authored Aug 29, 2023
1 parent 8dd301f commit e6644fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions harmonic/install_windows_src.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source Installation on Windows 10
# Source Installation on Windows 10 or 11

Command line tools, DART physics engine, and GUI capabilities are
not currently supported in Windows. These functionalities correspond to the currently
Expand All @@ -11,8 +11,9 @@ You will still be able to use `TPE` as a physics engine

## Install dependencies

1. Install a [Conda package management system](https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html).
Miniconda suffices. You will likely want to check the box to add `conda` to your `PATH`
1. Install a conda distribution. As Gazebo uses all dependencies from the conda-forge channel,
we suggest to install miniforge following [the official miniforge installation docs](https://github.com/conda-forge/miniforge#windows)
You will likely want to check the box to add `conda` to your `PATH`
during the installation process so that you won't have to do this step manually.

2. Install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/).
Expand Down Expand Up @@ -47,9 +48,9 @@ You will still be able to use `TPE` as a physics engine

```bash
conda install cmake git vcstool curl pkg-config ^
colcon-common-extensions eigen freeimage gdal gts ^
colcon-common-extensions dartsim eigen freeimage gdal gts ^
glib dlfcn-win32 ffmpeg ruby tinyxml2 tinyxml ^
protobuf urdfdom zeromq cppzmq ogre jsoncpp ^
libprotobuf urdfdom zeromq cppzmq ogre ogre-next jsoncpp ^
libzip qt pybind11 --channel conda-forge
```

Expand Down

0 comments on commit e6644fa

Please sign in to comment.