1. Open MSYS2 shell from start menu
2. Run ... to update the package database
$ pacman -Sy pacman
3. Re-open the shell, run ... to update the package database and core system packages
$ pacman -Syu
4. Re-open the shell, run ... to update the rest
$ pacman -Su
5. Install compiler:
$ pacman -S mingw-w64-x86_64-toolchain
6. Select which package to install, default is all
7. You may also need make, run ...
$ pacman -S make
8. cmake
$ pacman -S mingw-w64-x86_64-cmake
'C, C++' 카테고리의 다른 글
xlnt - XLSX 파일 다루기 (0) | 2022.12.22 |
---|---|
문자열 구분자로 분리 (0) | 2021.10.20 |
VSCode + vcpkg (0) | 2021.10.19 |
Get DLL path at run time (0) | 2021.10.05 |
ticktock (0) | 2021.08.15 |