You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
I'm following the tutorial on installing the ignitions.
In Step 7, part 1 - ign_cmake:
The commands .\configure -> nmake -> nmake install, but I don't have an installation of CMake in the directory to "gz-ws/ign-cmake/build/install/Release" and instead just builds and installs it here:
In Step 8, part 2 - ign_math:
I try .\configure and get this:
Following with nmake and nmake install not working.
I've been trying to get it to install to the correct directories and have been editing configure.bat and other files to get it to do so but with no success. If anyone has any advice and details they can provide that would be much appreciated.
The text was updated successfully, but these errors were encountered:
T-Basic
changed the title
Installing the Ignitions
Windows 10 Gazebo donwload: Installing the Ignitions
Feb 28, 2022
T-Basic
changed the title
Windows 10 Gazebo donwload: Installing the Ignitions
Windows 10 Gazebo download: Installing the Ignitions
Feb 28, 2022
I would recommend to follow the modern packaging approaches done by contributors in different package managers for Windows, probably conda and vcpkg are the best chances to get Gazebo working on Windows. This issues tracks a good part of these approaches #2901
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm following the tutorial on installing the ignitions.
In Step 7, part 1 - ign_cmake:
![image](https://user-images.githubusercontent.com/69763282/156075352-2e7d8038-030b-40b6-a8e6-62bea532d660.png)
The commands .\configure -> nmake -> nmake install, but I don't have an installation of CMake in the directory to "gz-ws/ign-cmake/build/install/Release" and instead just builds and installs it here:
In Step 8, part 2 - ign_math:
![image](https://user-images.githubusercontent.com/69763282/156075886-2f1406c9-a850-4cbd-947b-32e161d8f697.png)
I try .\configure and get this:
Following with nmake and nmake install not working.
These forums are the only similar posts I've found:
https://answers.gazebosim.org/question/25657/failing-to-install-gazebo-on-windows/?sort=latest#sort-top
https://answers.gazebosim.org//question/25208/error-installing-ign-math-in-windows-10/
I've been trying to get it to install to the correct directories and have been editing configure.bat and other files to get it to do so but with no success. If anyone has any advice and details they can provide that would be much appreciated.
The text was updated successfully, but these errors were encountered: