mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
1.3 KiB
1.3 KiB
I have trouble setting up SFML?!
The official SFML Tutorials feature detailed setup descriptions for some compilers.
By far the simplest setup, with cross-platform guarantees, is to use the SFML CMake Template. 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 and documentation 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 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.
Alternatively, you can also join Discord to chat with community members.