Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: yasm | |
| 2 URL: http://www.tortall.net/projects/yasm/ | |
| 3 License File: patched-yasm/GNU_LGPL-2.0 | |
| 4 | |
| 1 This is a full untar of the yasm 0.8.0 with the patches in the patches/ | 5 This is a full untar of the yasm 0.8.0 with the patches in the patches/ |
| 2 directory applied. The original tarball was retrieved from: | 6 directory applied. The original tarball was retrieved from: |
| 3 | 7 |
| 4 http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz | 8 http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz |
| 5 | 9 |
| 6 To apply the patches, co to the patched-yasm directory and run: | 10 To apply the patches, co to the patched-yasm directory and run: |
| 7 patch -p1 -i ../patches/01_genmodule_outfile.patch | 11 patch -p1 -i ../patches/01_genmodule_outfile.patch |
| 8 patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch | 12 patch -p1 -i ../patches/02_gen_x86_insn_outdir.patch |
| 9 | 13 |
| 14 Windows uses version 1.1 for /SAFESEH compatibility | |
| 15 Binary | |
| 16 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0-win32.exe | |
|
Mark Mentovai
2010/11/19 19:10:44
Are you actually checking in a binary that you did
fbarchard1
2010/11/19 19:53:54
yes.
On http://www.tortall.net/projects/yasm/wiki/
| |
| 17 Source | |
| 18 http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz | |
| 19 Source can be built with Visual Studio 2008 | |
| 20 cd Mkfiles\vc9 | |
| 21 devenv -build Release yasm.sln | |
| 22 or MSYS gcc | |
| 23 ./configure -prefix=/mingw && make && make install | |
| 24 | |
| OLD | NEW |