일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SwiftUI
- OTP
- SSH
- 인증
- 안드로이드
- css
- SSL
- OSX
- Android
- 2FA
- 앱스토어
- fido
- 애플
- SWIFT
- MFA
- WebAuthn
- kmip
- FIDO2
- otpkey
- apple
- openssl
- git
- MSYS2
- Xcode
- albumbook
- 앨범북
- Nodejs
- 앱리소스
- appres
- MYSQL
Archives
- Today
- Total
목록MSYS2 (4)
인디노트
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
카테고리 없음
2022. 9. 2. 05:39
MSYS2 네트워크 드라이브 접근 문제
$ cd /z bash: cd: /z: Too many levels of symbolic links 위와같이 네트워크 드라이브의 접근이 안될 때 윈도우즈 시스템 환경변수 설정에 MSYS=nonativeinnerlinks 를 해 주면 해결 된다.
개발 플랫폼 및 언어
2022. 9. 2. 05:24
MSYS2 설치후 make 실행시 not found 라고 나올때
다음 내용을 추가로 설치해 주면 된다 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
개발 플랫폼 및 언어
2021. 11. 23. 09:53