Hi Amol,

On Wed, Feb 16, 2011 at 03:17:52PM -0800, Amol wrote:
> How do you install these patches into a working environment on ubuntu?
>  
> I am on version 1.4 but was curious how to do a patch install ?

you simply have to grab the sources, extract them, enter the directory
and apply each patch in sequence using "patch -p1 < xxxx.diff". Then
you build using "make TARGET=linux26" and finally run
"make install PREFIX=/usr" as root. It should overwrite your distros's
binaries if they're installed at the common place.

Hoping this helps,
Willy


Reply via email to