Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 691 Bytes

//! @mainpage Main Page

SFML Example CMake

Build Status

  • 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

Docs

https://rish.com.tw/sfml_example_cmake

Build

mkdir build && cd build
cmake -G "MSYS Makefiles" ..
make
  • screenshot