Skip to content

Commit d3f7ef7

Browse files
authored
README: Install idyntree via vcpkg (#78)
2 parents 3d72a45 + ee46a71 commit d3f7ef7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ Right now the `creo2urdf` plugin needs its dependencies to be compiled and linke
3030

3131
- Download [vcpkg](https://github.com/microsoft/vcpkg): `git clone https://github.com/microsoft/vcpkg`
3232
- Bootstrap vcpkg: `.\vcpkg\bootstrap-vcpkg.bat`
33-
- Run `[path to vcpkg]/vcpkg install --triplet x64-windows-static-md eigen3 yaml-cpp rapidcsv libxml2 assimp`
34-
- Install [iDynTree@devel](https://github.com/robotology/idyntree/tree/devel) from sources.
35-
- It has to be compiled passing these CMake variables `-DBUILD_SHARED_LIBS=OFF -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md`
33+
- Run `[path to vcpkg]/vcpkg install --triplet x64-windows-static-md eigen3 yaml-cpp rapidcsv libxml2 assimp idyntree`
3634

3735
### Build `creo2urdf`
3836

0 commit comments

Comments
 (0)