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 was archived by the owner on Apr 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,30 @@ Windows binary installer for some dependencies of robotology projects.
4
4
5
5
This installer provides Windows dependencies of robotology projects that are not contained in the YARP and ICUB binary installers ( http://wiki.icub.org/wiki/Downloads ).
6
6
7
-
The libraries are built using `vcpkg` and the installers are generated using the https://github.com/robotology-playground/vcpkg-cpack project .
7
+
The libraries are built using `vcpkg` and the installers are generated using the https://github.com/robotology-playground/vcpkg-cpack project .
this will start the generation process for the installers. If everything went fine, after approximatly half an hour (depending on the speed of your PC), you should see the message "robotology-additional-installers correctly generated and copies in artifacts" and you should find the generated artifacts in the `robotology-additional-dependencies/artifacts` directory.
32
+
33
+
To add more vcpkg ports to the installer, you can modify the `VCPKG_CPACK_TARGET_PORTS` variable in the [`config/common.cmake`](config/common.cmake) file. To understand more of the generation process, inspect the `generate-installers.sh` script and check [`vcpkg-cpack`'s documentation](https://github.com/robotology-playground/vcpkg-cpack).
0 commit comments