Re: How to apply a patch?

2000-02-22 Thread Dr. Ing. Roland Krause

On Tue, 22 Feb 2000, Claus Hentschel wrote:
 I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my
 source files using the included text file?

cd where lyx devel dir lives
patch  patchfile 
or 
patch -p0  patchfile

if in doubt: man patch :-)
Roland

 
 Thanks in advance
 Claus



Re: How to apply a patch?

2000-02-22 Thread Kayvan A. Sylvan

On Tue, 22 Feb 2000, Claus Hentschel wrote:
 I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my
 source files using the included text file?
 

In this case, you need to ``gunzip -c  lyx-1.1.4fix1.gz | patch -p0'' since
the patch is gzipped.

If you're running Redhat Linux, you can also just install my RPM from
ftp://ftp.sylvan.com/pub/lyx

The 1.1.4fix1 RPM includes that set of patches.

-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory



Re: How to apply a patch?

2000-02-22 Thread Dr. Ing. Roland Krause

On Tue, 22 Feb 2000, Claus Hentschel wrote:
> I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my
> source files using the included text file?

cd 
patch < patchfile 
or 
patch -p0 < patchfile

if in doubt: man patch :-)
Roland

> 
> Thanks in advance
> Claus



Re: How to apply a patch?

2000-02-22 Thread Kayvan A. Sylvan

On Tue, 22 Feb 2000, Claus Hentschel wrote:
> I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my
> source files using the included text file?
> 

In this case, you need to ``gunzip -c < lyx-1.1.4fix1.gz | patch -p0'' since
the patch is gzipped.

If you're running Redhat Linux, you can also just install my RPM from
ftp://ftp.sylvan.com/pub/lyx

The 1.1.4fix1 RPM includes that set of patches.

-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory