Hi
Can someone tell me how to apply a patch as found in the forums? :oops:
Yes. :D
If you have TortoiseSVN it is sooooo easy (You didn't say what OS so pardon my ignorance if you have *nix\Mac).
http://tortoisesvn.sourceforge.net/
Right click on the base chekout directory of your C::B sources (C:\CodeBlocks for me).
Select Apply patch. Select the patch file you want to apply. Thats it.
QuoteIf you have TortoiseSVN it is sooooo easy
And if you don't :
patch -p0 -u patchfile
You are right, -it is sooo easy if you know where to click (or how to type the proper command)....
Thanx :P