Windows에 autotools를 설치하는 것은 설치만큼 쉬웠습니다.mingw-get그런 다음 mingw-get install mingw32-autotools
.
그러나 2024년 4월까지 사용 가능한 유일한 mingw-get 미러인 osdn.net은 매우 느리고 신뢰할 수 없게 되었습니다. 다운로드 중mingw-get-selfmingw-get이 설치되어 있어도 osdn.net 소스를 가져오는 데 사용되므로 autotools 설치가 작동하지 않습니다.
<repository uri="http://osdn.net/dl/mingw/%F.xml.lzma">
이것이 문제가 되는 이유는험펠컴파일하려면 Windows에서 autotools가 필요합니다.
Windows에 autotools를 설치하는 다른 방법이 있습니까?