How to apply a Patch ?
#1
Hi

This is probably a really easy but how do i apply the following patch ?

http://paste.ubuntu.com/1356690/

http://translate.google.co.uk/translate?...logspot.de

any help would be great

Thanks
Reply
#2
Can Any one help with this please ?

from what I understand I will need to run this from terminal?
Reply
#3
Please be patient. Bumping your own thread after only two hours is premature (waiting 24 hours is the norm since this is an international community).
Reply
#4
Save the patch file as "mypatch.patch" to your xbmc source directory, then:

Code:
cd xbmc-source-directory
patch -p1 <mypatch.patch

Patch applies cleanly for the latest git source.
Build your source like usual.

There are lots of great tutorial for patching files online, check one out for more info.
example: http://lab.ac.uab.edu/node/1153
Asrock 330HT HTPC running Gentoo Linux and XBMC Eden 11.0
Reply

Logout Mark Read Team Forum Stats Members Help
How to apply a Patch ?0