일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- SwiftUI
- openssl
- git
- Xcode
- SWIFT
- 인증
- FIDO2
- fido
- WebAuthn
- 2FA
- kmip
- MFA
- MSYS2
- OSX
- apple
- albumbook
- SSL
- 앱스토어
- css
- otpkey
- SSH
- appres
- 앱리소스
- 앨범북
- OTP
- Android
- 애플
- Nodejs
- 안드로이드
- MYSQL
Archives
- Today
- Total
인디노트
MSYS2 에서 make 실행이 안되면 본문
MSYS2 MSYS 실행해서
pacman -Syu
pacman -S make
뭐... 잘 안되네?
뭐야.. 다음과 같이 다시 해보니 make 가 설치 된다. ㅋㅋㅋ. 뭐지? tar 를 넣어야 하나?
pacman -S tar make
아래 내용은 안되는 것 같다. 일단 다운로드에 실패가 있다.
pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain git subversion mercurial mingw-w64-i686-cmake mingw-w64-x86_64-cmake
Comments