follow 這個link 安裝 msys + mingw 時要知道的事:
msys 和 mingw 都有自己的 file hierarchy (bin, usr, lib,...)。
所以,當自己 download msys, mingw 的 package 下來安裝 (其實也就是解開-copy 覆蓋)時。
- 屬於 msys 的 package,就要 copy 到 msys 的 folder root。
- 屬於 mingw 的 package,就要 copy 到 mingw 的 folder root。
link 中,build ffplay 安裝 SDL lib 時,有一個地方好像寫錯:
Copy all the files from the lib folder to C:\msys\mingw\lib\. Copy the SDL folder from the include folder to C:\msys\mingw\include\. Copy all the files from the bin folder to C:\msys\mingw\bin\.其中的 path 應該是
C:\mingw\lib\. C:\mingw\include\. C:\mingw\bin\.因為follow default setting 的話, minGW 是 install 在 c:\mingw。
這一篇有圖文並茂的 msys, mingw的安裝教學 (我沒看 )而且mingw 比 msys 先安裝,要怎樣 install 到 msys 的 folder 中呢?
沒有留言:
張貼留言