Jim,
So it is basicaly a look up in the man pages for patch, then run a make
after the changes have been added manually line by line as the diff's
have indicated ?
I have the Slackware linux (big complete book) so it may have it
in there too.
diff -c <name.c.old> <name.c> > name.patch
a command like..
patch -p0
or
patch -cr
Any ideas for someone who is totaly in the dark on diffs (who feels
that he has a patch over each eye) ?
Many thanks
Matt
> From [EMAIL PROTECTED] Mon Oct 26 14:24:32 1998
>
> Matt Zagni wrote:Is there an easy way to apply the diff's, or is it a manual
>
> > operation by editing this file then that file and changing
> > it line by line in each file ?
>
> enter
> $ man patch
> $ man make
>
> > Are there any tips or hints out there for compiling and how
> > to apply the diff's etc.
>
> This is only my opinion, but there is no substitute but to read some
> books, i got SAMS "Slackware Linux Unleashed" and WROX "Beginning
> Linux Programming".
>
> The software is free but you need to spend some $$$ to find out how to
> use it...
>
> jim watson
>
>
>
>
>
>