mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 12:15:56 +00:00
* new skill batch-files * batch-files: codespell, re-run start, suggestions, txt assets codespellrc: add FO for tasklist option validate-readme: re-run npm start apply suggestions from code review batch-files: change asset templates to text files * codespellrc: resolve spelling in comment
4.3 KiB
4.3 KiB
MSYS2 Reference
MSYS2 provides a collection of tools and libraries for building, installing, and running native Windows software. It uses Pacman (from Arch Linux) for package management.
Getting Started
- Getting Started
- What is MSYS2?
- Who Is Using MSYS2?
- MSYS2 Installer
- News
- FAQ
- Supported Windows Versions and Hardware
- ARM64 Support
Environments
MSYS2 provides multiple environments targeting different use cases:
| Environment | Prefix | Toolchain | C Runtime |
|---|---|---|---|
| MSYS | /usr |
GCC | cygwin |
| MINGW64 | /mingw64 |
GCC | MSVCRT |
| UCRT64 | /ucrt64 |
GCC | UCRT |
| CLANG64 | /clang64 |
LLVM | UCRT |
| CLANGARM64 | /clangarm64 |
LLVM | UCRT |
Configuration
- Updating MSYS2
- Filesystem Paths
- Symlinks
- Configuration Locations
- Terminals
- IDEs and Text Editors
- Just-in-time Debugging
Package Management
- Package Management
- Package Naming
- Package Index
- Repositories and Mirrors
- Package Mirrors
- Tips and Tricks
- FAQ
- pacman
Development Tools
Package Development
- Creating a new Package
- Updating an existing Package
- Package Guidelines
- License Metadata
- PKGBUILD
- Mirrors
- MSYS2 Keyring
- Python
- Automated Build Process
- Vulnerability Reporting
- Accounts and Ownership