INSTALL.md.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Using this package
  2. This package contains @<@PROJECT_NAME@>@ built for Visual Studio.
  3. To use this package, edit your project properties:
  4. - Add the include directory to "VC++ Directories" -> "Include Directories"
  5. - Add the lib/_arch_ directory to "VC++ Directories" -> "Library Directories"
  6. - Add @<@PROJECT_NAME@>@.lib to Linker -> Input -> "Additional Dependencies"
  7. - Copy lib/_arch_/@<@PROJECT_NAME@>@.dll to your project directory.
  8. # Documentation
  9. An API reference, tutorials, and additional documentation is available at:
  10. https://wiki.libsdl.org/@<@PROJECT_NAME@>@
  11. # Example code
  12. There are simple example programs available at:
  13. https://examples.libsdl.org/SDL3
  14. # Discussions
  15. ## Discord
  16. You can join the official Discord server at:
  17. https://discord.com/invite/BwpFGBWsv8
  18. ## Forums/mailing lists
  19. You can join SDL development discussions at:
  20. https://discourse.libsdl.org/
  21. Once you sign up, you can use the forum through the website or as a mailing list from your email client.
  22. ## Announcement list
  23. You can sign up for the low traffic announcement list at:
  24. https://www.libsdl.org/mailing-list.php