How to update YASM from 0.7.2 to 0.8.0 in MinGW?
1. Download the source code of YASM from yasm-0.8.0.tar.gz. If you don’t like compiling it by yourself, please download
a. Win32 .exe (for "normal" (Visual Studio or similar) use on 32-bit Windows)
b. Win64 .exe (for "normal" (Visual Studio or similar) use on 64-bit Windows)
c. Win32 .exe (for CygWin use)
d. DOS .exe (for use on pure DOS or for use with DJGPP)
2. Uninstall yasm-0.7.2.
| $ cd ./yasm-0.7.2 $ make uninstall |
3. Compile and install yasm-0.8.0.tar.gz.
| $ tar xvzf yasm-0.8.0.tar.gz $ cd ./yasm-0.8.0 $ ./configure –prefix=/ming –disable-shared –enable-static –disable-debug –disable-profiling $ make $ make install |

7751

被折叠的 条评论
为什么被折叠?



