gliheng / flutter-app-template

Desktop flutter app template
MIT License
45 stars 7 forks source link

Add missing cmake dependency to README #2

Closed comigor closed 5 years ago

comigor commented 5 years ago

CMake is required for scripts to work

gliheng commented 5 years ago

Hi, Igor1201 thank you for your PR. cmake is required since glfw-sys depend on it. Have a look at this file: https://github.com/PistonDevelopers/glfw-sys/blob/master/build.rs I don't mind showing it in the README, but can you make it clear that it's a glfw dependency?