INSTALL.md.in 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Using this package
  2. This package contains @<@PROJECT_NAME@>@ built for the mingw-w64 toolchain.
  3. The files for 32-bit architecture are in i686-w64-mingw32
  4. The files for 64-bit architecture are in x86_64-w64-mingw32
  5. You can install them to another location, just type `make` for help.
  6. To use this package, point your include path at _arch_/include and your library path at _arch_/lib, link with the @<@PROJECT_NAME@>@ library and copy _arch_/bin/@<@PROJECT_NAME@>@.dll next to your executable.
  7. e.g.
  8. ```sh
  9. gcc -o hello.exe hello.c -Ix86_64-w64-mingw32/include -Lx86_64-w64-mingw32/lib -l@<@PROJECT_NAME@>@
  10. cp x86_64-w64-mingw32/bin/@<@PROJECT_NAME@>@.dll .
  11. ./hello.exe
  12. ```
  13. # Documentation
  14. An API reference, tutorials, and additional documentation is available at:
  15. https://wiki.libsdl.org/@<@PROJECT_NAME@>@
  16. # Example code
  17. There are simple example programs available at:
  18. https://examples.libsdl.org/SDL3
  19. # Discussions
  20. ## Discord
  21. You can join the official Discord server at:
  22. https://discord.com/invite/BwpFGBWsv8
  23. ## Forums/mailing lists
  24. You can join SDL development discussions at:
  25. https://discourse.libsdl.org/
  26. Once you sign up, you can use the forum through the website or as a mailing list from your email client.
  27. ## Announcement list
  28. You can sign up for the low traffic announcement list at:
  29. https://www.libsdl.org/mailing-list.php