//! @mainpage Main Page
- Environment
- msys2 mingw32 with CMake
Notice: Need to build SFML for static linking by yourself because the package manager doesn't provide the version of static linking.
pacman -S mingw32/mingw-w64-i686-cppcheck mingw32/mingw-w64-i686-doxygen mingw32/mingw-w64-i686-graphviz mingw32/mingw-w64-i686-cmake
https://rish.com.tw/sfml_example_cmake
mkdir build && cd build
cmake -G "MSYS Makefiles" ..
make
- screenshot