We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c058388 commit dc70247Copy full SHA for dc70247
README.md
@@ -31,3 +31,7 @@ vcpkg-export-20170802-233045.7z -> vcpkg-export-x64-windows-v140.7z
31
```
32
github-release upload --user vcmi --repo vcmi-deps-windows --tag v1 --name "vcpkg-export-x86-windows-v140.7z" --file vcpkg-export-x86-windows-v140.7z --security-token 9eatokentokentokentokentoken6e
33
34
+* Package list can be generated with:
35
+```
36
+echo -e "\n| Package | Version |\n| --- | --- |"; ./vcpkg list | grep x86 | grep -v static | awk '{ print "| " $1 " | " $2 " |"}' | sed -r 's/:x86-windows//'
37
0 commit comments