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.

25 lines
1017 B

  1. wxWidgets is a cross-platform API for writing GUI applications
  2. on multiple platforms that still utilize the native platform's
  3. controls and utilities.
  4. nanosvg is optional dependency. By default, the
  5. SlackBuild script checks for the nanosvg system headers and
  6. disables SVG support if they are not found; you can force
  7. different behavior (e.g. using wxWidgets' internal copy of
  8. nanosvg, or always disabling SVG support) with the "NANOSVG"
  9. environment variable (see wxWidgets.SlackBuild for details).
  10. Notes:
  11. 1. This package is NOT built using --enable-stl by default.
  12. If you need to enable stl, use:
  13. STL=yes ./wxWidgets.SlackBuild
  14. 2. If you need the wxWidgets API documentation, you need to
  15. install graphviz, then run wxWidgets.SlackBuild with
  16. APIDOC=yes in the environment. You won't need the API docs
  17. unless you're developing software.
  18. This package provides 2 interfaces, GTK3 and Qt5.
  19. By default, wx-config will be linked to GTK3, but if you want
  20. to use Qt5, use INTERFACE=qt variable to override.