diff options
Diffstat (limited to 'contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md')
| -rw-r--r-- | contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md new file mode 100644 index 0000000..e50e084 --- /dev/null +++ b/contrib/SDL-3.2.8/Xcode/SDL/pkg-support/resources/INSTALL.md | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | |||
| 2 | # Using this package | ||
| 3 | |||
| 4 | This package contains SDL built for Xcode, and includes support for macOS, iOS and tvOS. | ||
| 5 | |||
| 6 | To use this package in Xcode, drag `SDL3.xcframework` into your project. | ||
| 7 | |||
| 8 | To use this package in a CMake project, copy both `SDL3.xcframework` and `share` to `~/Library/Frameworks`. | ||
| 9 | |||
| 10 | # Documentation | ||
| 11 | |||
| 12 | An API reference, tutorials, and additional documentation is available at: | ||
| 13 | |||
| 14 | https://wiki.libsdl.org/SDL3 | ||
| 15 | |||
| 16 | # Example code | ||
| 17 | |||
| 18 | There are simple example programs available at: | ||
| 19 | |||
| 20 | https://examples.libsdl.org/SDL3 | ||
| 21 | |||
| 22 | # Discussions | ||
| 23 | |||
| 24 | ## Discord | ||
| 25 | |||
| 26 | You can join the official Discord server at: | ||
| 27 | |||
| 28 | https://discord.com/invite/BwpFGBWsv8 | ||
| 29 | |||
| 30 | ## Forums/mailing lists | ||
| 31 | |||
| 32 | You can join SDL development discussions at: | ||
| 33 | |||
| 34 | https://discourse.libsdl.org/ | ||
| 35 | |||
| 36 | Once you sign up, you can use the forum through the website or as a mailing list from your email client. | ||
| 37 | |||
| 38 | ## Announcement list | ||
| 39 | |||
| 40 | You can sign up for the low traffic announcement list at: | ||
| 41 | |||
| 42 | https://www.libsdl.org/mailing-list.php | ||
| 43 | |||
