Skip to content

Commit

Permalink
Add a support file
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r authored and ChrisThrasher committed Oct 23, 2023
1 parent 7d0fa3c commit e45628e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e45628e

Please sign in to comment.