Re: [Gimp-developer] the Gimp lcms.c plug-in



On 24.07.2012 23:16, Elle Stone wrote:

How does one apply a patch? What does "apply a patch" mean?

You use the patch program to apply the changes that are contained in the attachments to the bug report to the GIMP code.

The usage example from the Wikipedia article about patch should do:
http://en.wikipedia.org/wiki/Patch_%28Unix%29

patch < foo.diff

This could be executed in the top directory of your GIMP source tree.

There are parameters to adjust for differences in the diff files regarding both your and the patch author's systems, see http://linux.die.net/man/1/patch - -p is the most commonly used parameter to get rid of leading folders in the paths used in the diff file, for example.


--
HTH,
Michael


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]