命令行俄罗斯方块
开发语言C++ 仅支持windows
- 安装cmake 3.0以上
- 安装mingw-w64 http://www.mingw-w64.org
- 在cmd中执行如下命令
cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" -S . -B cmake-build-release
cmake --build cmake-build-release
命令行俄罗斯方块
开发语言C++ 仅支持windows
cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" -S . -B cmake-build-release
cmake --build cmake-build-release