# mingw **Repository Path**: lazyfool/mingw ## Basic Information - **Project Name**: mingw - **Description**: mingw环境 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2025-08-28 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mingw This repository is a MinGW-related toolkit, providing installation packages and extensions for the MinGW compilation environment and associated tools, suitable for development needs on the Windows platform. ## Repository Contents - **cmake-3.28.1-windows-x86_64.msi** CMake installation package, used for building and managing cross-platform compilation processes for C/C++ projects. - **mingw64.7z** MinGW-w64 toolchain archive, including the GCC compiler and other commonly used tools, supporting development on 64-bit Windows platforms. - **ms-vscode.cmake-tools-1.21.36.vsix** Visual Studio Code CMake Tools plugin package, providing integrated support for CMake projects. - **twxs.cmake-0.0.17.vsix** Another CMake plugin for Visual Studio Code, providing basic CMake syntax support and project configuration capabilities. ## Instructions for Use 1. **Install MinGW** - Extract `mingw64.7z` to the target path (e.g., `C:\mingw64`). - Add the `bin` directory to the system environment variable `PATH`. 2. **Install CMake** - Run the `cmake-3.28.1-windows-x86_64.msi` installer and complete the installation following the prompts. 3. **Install VS Code Plug-ins** - Open Visual Studio Code. - Use `Ctrl + Shift + P` to open the command palette, select `Install from VSIX`, and then choose the corresponding `.vsix` file for installation. ## Notes - Please ensure that the system environment variables are correctly configured to use MinGW and CMake from the command line. - Before installing plug-ins, confirm their compatibility with your current version of VS Code. ## License All resources in this repository follow their respective distribution licenses. For details, please refer to the official documentation of each project. ## Contact If you have any questions, please submit an Issue or contact the repository maintainer.