diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 000000000..ebdca1686 --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,24 @@ +## I have trouble setting up SFML?! + +The official [SFML Tutorials](https://www.sfml-dev.org/tutorials/latest/#getting-started) feature detailed setup descriptions for some compilers. + +By far the simplest setup, with cross-platform guarantees, is to use the [SFML CMake Template](https://github.com/SFML/cmake-sfml-project). +Follow the instructions in the README. + +Don't forget, SFML is just like any other C++ library: + +- Tell the compiler where to find the SFML headers +- Tell the linker which libraries to link +- Make sure to use the same runtime library as was used for SFML + +## I don't understand how to use SFML?! + +The [official tutorials](https://www.sfml-dev.org/tutorials/latest/) and [documentation](https://www.sfml-dev.org/documentation/latest/) provide a lot of information to understand the ins and outs of SFML. + +## I have a question! + +If you need help with SFML, we recommend to [search the forum](https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fen.sfml-dev.org) for existing, similar issue first. + +In case you couldn't find anything matching your issue, then feel free to open a new thread in the [Help section of the forum](https://en.sfml-dev.org/forums/index.php#c3). + +Alternatively, you can also [join Discord](https://discord.gg/nr4X7Fh) to chat with community members.