SFML/.github/SUPPORT.md

25 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2023-10-21 19:06:08 +08:00
## 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.