Skip to content
nan0tube edited this page Apr 11, 2013 · 2 revisions

Welcome to the diffutils-mingw64 wiki!

To compile under mingw64:

cd diffutils-mingw64
./configure --host=x86_64-w64-mingw32 --prefix=/tmp/diffutils-mingw64
make && make install

Executables can be found at /tmp/diffutils-mingw64/bin

Clone this wiki locally