Skip to content

Commit d9ff91c

Browse files
authored
Clarify vcpkg integration with manifest mode
Updated README to mention vcpkg manifest mode with URL.
1 parent 5b917b5 commit d9ff91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![View vcpkg Wrapper for MATLAB on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/182780-vcpkg-wrapper-for-matlab)
44

5-
This simple toolbox wraps [vcpkg - Open source C/C++ dependency manager from Microsoft®](https://vcpkg.io/en/index.html) to ease the integration into MATLAB projects that use vcpkg manifest files to define its dependencies.
5+
This simple toolbox wraps [vcpkg - Open source C/C++ dependency manager from Microsoft®](https://vcpkg.io/en/index.html) to ease the integration into MATLAB projects that use vcpkg [manifest mode](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode) to define its dependencies.
66
The wrapper toolbox figures out the host and target triplets as well as the compiler paths automatically. It only required vcpkg to be available on the system's path.
77

88
## Setup
@@ -19,4 +19,4 @@ Requires MATLAB release R2019b or newer
1919
The instructions for use are located in the [Getting Started documentation](toolbox/gettingStarted.mlx) and are part of the shipping toolbox.
2020

2121
## Community Support
22-
[MATLAB Central](https://www.mathworks.com/matlabcentral)
22+
[MATLAB Central](https://www.mathworks.com/matlabcentral)

0 commit comments

Comments
 (0)