Skip to content

Commit

Permalink
README: Install idyntree via vcpkg (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Feb 16, 2024
2 parents 3d72a45 + ee46a71 commit d3f7ef7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Right now the `creo2urdf` plugin needs its dependencies to be compiled and linke

- Download [vcpkg](https://github.com/microsoft/vcpkg): `git clone https://github.com/microsoft/vcpkg`
- Bootstrap vcpkg: `.\vcpkg\bootstrap-vcpkg.bat`
- Run `[path to vcpkg]/vcpkg install --triplet x64-windows-static-md eigen3 yaml-cpp rapidcsv libxml2 assimp`
- Install [iDynTree@devel](https://github.com/robotology/idyntree/tree/devel) from sources.
- 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`
- Run `[path to vcpkg]/vcpkg install --triplet x64-windows-static-md eigen3 yaml-cpp rapidcsv libxml2 assimp idyntree`

### Build `creo2urdf`

Expand Down

0 comments on commit d3f7ef7

Please sign in to comment.