Collection of vcpkg ports used in the robotology organization.
To use this repo, you will need to specify to vcpkg
to use the ports contained in this repo using
the --overlay-ports
option.
For example, you can first clone this repo:
git clone https://github.com/robotology/robotology-vcpkg-ports
Then, to install the ipopt-binary
port, run vcpkg
with the following options:
./vcpkg.exe --overlay-ports=<repo_parent_directory>/robotology-vcpkg-ports install ipopt-binary:x64-windows
All the ports that end with -binary
actually just download already available binaries, and install them in the vcpkg install prefix.
Port name | Official vcpkg triplet for which it is available |
---|---|
ensenso-binary |
x64-windows |
esdcan-binary |
x64-windows |
ipopt-binary |
x64-windows |
casadi |
x64-windows |
ycm-cmake-modules |
x64-windows |
yarp |
x64-windows |
icub-firmware-shared |
x64-windows |
icub-main |
x64-windows |
Warning
yarp
and icub-main
ports provided here are not updated continuously (i.e. as soon as new version or robotology distros are released) but only when useful for IIT-internal use. If you use this ports and you would like to have a new version released, please open an issue in this repo.