Click to See Complete Forum and Search --> : .diff.gz


mwademan
07-08-2001, 03:47 AM
How do I compile a .diff? I tried ./configure, but nothing. Its just the code.

Mike

Strike
07-08-2001, 03:58 AM
You don't compile a diff. You apply a diff. What app is this for?

btw, diffs aren't code, really - they are the chunks of text to be removed/added/modified from a file

mwademan
07-08-2001, 05:40 AM
I have to apply it to Wine. I don't know how and i'm trying to get DirectX support for linux.

bdg1983
07-08-2001, 07:11 AM
Did you get it from www.winehq.org (http://www.winehq.org) and if so, do they not provide instructions to apply the patch?

Whipping Boy
07-08-2001, 12:38 PM
Usually, applying a patch is just:
cd into the src directory
patch -p<whatever> < <patchfile>