You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.2 KiB

  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  3. "name": "kicad",
  4. "version": "7.99",
  5. "license": "GPL-2.0+",
  6. "dependencies": [
  7. "boost-algorithm",
  8. "boost-filesystem",
  9. "boost-functional",
  10. "boost-iterator",
  11. "boost-locale",
  12. "boost-optional",
  13. "boost-property-tree",
  14. "boost-ptr-container",
  15. "boost-range",
  16. "boost-test",
  17. "boost-uuid",
  18. "cairo",
  19. "wxwidgets",
  20. "glew",
  21. "curl",
  22. {
  23. "name": "gettext",
  24. "features": [ "tools" ],
  25. "host": true
  26. },
  27. "harfbuzz",
  28. "glm",
  29. {
  30. "name": "opencascade",
  31. "features": [ "rapidjson" ]
  32. },
  33. "opengl",
  34. "python3",
  35. "openssl",
  36. {
  37. "name": "sqlite3",
  38. "features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
  39. },
  40. "icu",
  41. "ngspice",
  42. "wxpython",
  43. "libgit2"
  44. ],
  45. "overrides": [
  46. {
  47. "name": "glm",
  48. "version": "0.9.9.8#2"
  49. },
  50. {
  51. "name": "python3",
  52. "version": "3.11.5#0"
  53. },
  54. {
  55. "name": "wxwidgets",
  56. "version": "3.2.4#1"
  57. },
  58. {
  59. "name": "wxpython",
  60. "version": "4.2.0#14"
  61. },
  62. {
  63. "name": "ngspice",
  64. "version": "42"
  65. }
  66. ]
  67. }