Difference between pages "User:Rih500" and "Compiling Open Source Forensic Tools with MinGW"
From Forensics Wiki
(Difference between pages)
m (Creating user page with biography of new user.) |
m (Created page with 'Many open source computer forensic tools can be cross-compiled with MinGW. This allows you to create Windows executable directly from a Macintosh computer or Linux machine withou…') |
||
| Line 1: | Line 1: | ||
| + | Many open source computer forensic tools can be cross-compiled with MinGW. This allows you to create Windows executable directly from a Macintosh computer or Linux machine without using the Microsoft VC++ environment. | ||
| + | ==Installing MinGW== | ||
| + | ;On a Mac using MacPorts: | ||
| + | <pre> | ||
| + | $ sudo port selfupdate | ||
| + | $ sudo port install i386-mingw32-binutils i386-mingw32-gcc i386-mingw32-libunicows i386-mingw32-runtime i386-mingw32-w32api | ||
| + | </pre> | ||
Revision as of 12:39, 19 April 2010
Many open source computer forensic tools can be cross-compiled with MinGW. This allows you to create Windows executable directly from a Macintosh computer or Linux machine without using the Microsoft VC++ environment.
Installing MinGW
- On a Mac using MacPorts
$ sudo port selfupdate $ sudo port install i386-mingw32-binutils i386-mingw32-gcc i386-mingw32-libunicows i386-mingw32-runtime i386-mingw32-w32api