fattah.safa
fattah.safa

Reputation: 966

Apply a patch file in Windows using Mingw

How can I apply a patch file for a source directory in Windows using Mingw?

Upvotes: 3

Views: 4596

Answers (1)

Madushan
Madushan

Reputation: 912

Get msys-patch using mingw-get

mingw-get install msys-patch

Then just use patch like unix http://en.wikipedia.org/wiki/Patch_(Unix)

Upvotes: 6

Related Questions