[sldev] [VWR] [PATCH] Flycam support for Mac OS X

Boroondas Gupte sllists at boroon.dasgupta.ch
Sat Sep 29 04:27:02 PDT 2007


Michael Verdi schrieb:
> [...] but I'm just not clear about what
> to do. The wiki shows commands like:
> c:\cygwin\bin\patch -p 0 -i changes.patch  but I'm on Mac.
Hi again Michael

"c:\cygwin\bin\patch" is just the path to the patch binary provided by
cygwin (a UNIX emulation for Windows).

So open a terminal, and run the following commands:

    *cd */<path to the folder above the 'linden' folder>/

    /<path to patch command>/* -p0 -i */<path to *.patch file>/


(Replace the parts in brackets ('<','>') by the appropriate paths. On my
system (Linux) where I keep the 'linden' folder at
*~/slsrc/agni/linden/* and save the patch files at
*~/slsrc/agni/patches/* it would be:

    *cd ~/slsrc/agni/*

    */usr/bin/patch -p0 -i ./patches/ll-flycam-osx.patch
    *

or, as I have /usr/bin in my $PATH, I also could just

    *cd ~/slsrc/agni/*

    *patch -p0 -i ./patches/ll-flycam-osx.patch*

I guess the patch command is installed by default on Mac OSX. If not,
you'll have to get it first, of course.

Happy patching
Boroondas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20070929/2184a9fd/attachment.htm


More information about the SLDev mailing list