mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:21:37 +08:00
22 lines
299 B
JSON
22 lines
299 B
JSON
|
{
|
||
|
"$schema": "./vagrant-vm-configuration.schema.json",
|
||
|
"brew": [
|
||
|
"autoconf",
|
||
|
"automake",
|
||
|
"bison",
|
||
|
"gettext",
|
||
|
"gfortran",
|
||
|
"gperf",
|
||
|
"gtk-doc",
|
||
|
"libtool",
|
||
|
"meson",
|
||
|
"mono",
|
||
|
"nasm",
|
||
|
"pkg-config",
|
||
|
"yasm"
|
||
|
],
|
||
|
"brew-cask": [
|
||
|
"powershell"
|
||
|
]
|
||
|
}
|