mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-13 15:09:36 +00:00
Users may still use xsltproc with kicad as the invocation of third party tools remains. We simply are not maintaining these xsl sample scripts anymore nor bundling xsltproc. Fix https://gitlab.com/kicad/code/kicad/-/issues/9074
42 lines
685 B
JSON
42 lines
685 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "kicad",
|
|
"version": "6.99",
|
|
"license": "GPL-2.0+",
|
|
"dependencies": [
|
|
"boost",
|
|
"cairo",
|
|
"wxwidgets",
|
|
"glew",
|
|
"curl",
|
|
"gettext",
|
|
"harfbuzz",
|
|
"glm",
|
|
"opencascade",
|
|
"opengl",
|
|
"python3",
|
|
"openssl",
|
|
"icu",
|
|
"ngspice",
|
|
"wxpython"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "python3",
|
|
"version": "3.9.10#1"
|
|
},
|
|
{
|
|
"name": "wxwidgets",
|
|
"version": "3.1.7#3"
|
|
},
|
|
{
|
|
"name": "wxpython",
|
|
"version": "4.1.1#9"
|
|
},
|
|
{
|
|
"name": "ngspice",
|
|
"version": "37"
|
|
}
|
|
]
|
|
}
|