diff options
Diffstat (limited to 'src/contrib/SDL-3.2.20/build-scripts/pkg-support/msvc/INSTALL.md.in')
-rw-r--r-- | src/contrib/SDL-3.2.20/build-scripts/pkg-support/msvc/INSTALL.md.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/build-scripts/pkg-support/msvc/INSTALL.md.in b/src/contrib/SDL-3.2.20/build-scripts/pkg-support/msvc/INSTALL.md.in new file mode 100644 index 0000000..671f524 --- /dev/null +++ b/src/contrib/SDL-3.2.20/build-scripts/pkg-support/msvc/INSTALL.md.in | |||
@@ -0,0 +1,45 @@ | |||
1 | |||
2 | # Using this package | ||
3 | |||
4 | This package contains @<@PROJECT_NAME@>@ built for Visual Studio. | ||
5 | |||
6 | To use this package, edit your project properties: | ||
7 | - Add the include directory to "VC++ Directories" -> "Include Directories" | ||
8 | - Add the lib/_arch_ directory to "VC++ Directories" -> "Library Directories" | ||
9 | - Add @<@PROJECT_NAME@>@.lib to Linker -> Input -> "Additional Dependencies" | ||
10 | - Copy lib/_arch_/@<@PROJECT_NAME@>@.dll to your project directory. | ||
11 | |||
12 | # Documentation | ||
13 | |||
14 | An API reference, tutorials, and additional documentation is available at: | ||
15 | |||
16 | https://wiki.libsdl.org/@<@PROJECT_NAME@>@ | ||
17 | |||
18 | # Example code | ||
19 | |||
20 | There are simple example programs available at: | ||
21 | |||
22 | https://examples.libsdl.org/SDL3 | ||
23 | |||
24 | # Discussions | ||
25 | |||
26 | ## Discord | ||
27 | |||
28 | You can join the official Discord server at: | ||
29 | |||
30 | https://discord.com/invite/BwpFGBWsv8 | ||
31 | |||
32 | ## Forums/mailing lists | ||
33 | |||
34 | You can join SDL development discussions at: | ||
35 | |||
36 | https://discourse.libsdl.org/ | ||
37 | |||
38 | Once you sign up, you can use the forum through the website or as a mailing list from your email client. | ||
39 | |||
40 | ## Announcement list | ||
41 | |||
42 | You can sign up for the low traffic announcement list at: | ||
43 | |||
44 | https://www.libsdl.org/mailing-list.php | ||
45 | |||