./configure会报错:pr command not found
生活随笔
收集整理的這篇文章主要介紹了
./configure会报错:pr command not found
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1.2????安裝coreutils
請檢查${MinGWDir}/msys/1.0/bin(默認(rèn)為C:/MinGW/msys/1.0/bin)下有沒有pr.exe,如果沒有,那么在編譯libav過程中,執(zhí)行./configure會報錯:pr command not found。
下載coreutils-win32-5.3.0-bin.zip,解壓并將bin目錄下的內(nèi)容拷貝到${MinGWDir}/msys/1.0/bin(默認(rèn)為C:/MinGW/msys/1.0/bin)下。
附下載地址:http://gnuwin32.sourceforge.net/packages/coreutils.htm
1.3????安裝yasm.exe
編譯libav需要用到y(tǒng)asm.exe,如果你的系統(tǒng)中沒有yasm.exe,執(zhí)行./configure會報錯:yasm not found。下載Windows 32位版本的yasm.exe(如果使用64位系統(tǒng),下載64位的yasm.exe)。
下載完成之后,重命名為yasm.exe,并將之拷貝到${MinGWDir}/msys/1.0/bin(默認(rèn)為C:/MinGW/msys/1.0/bin)下。
到此為止,編譯環(huán)境已經(jīng)搭建完成。
總結(jié)
以上是生活随笔為你收集整理的./configure会报错:pr command not found的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: windows下搭建Apache+Mys
- 下一篇: C# winform post请求数据