[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [Approve?] Add 'Extensions' directories to compiler path.
> Pardon my ignorance, but how do I run the patch to try it out?
Actually I really ought to have given proper instructions.
>From the root of the SuperCollider tree type:
$ patch -p1 < PATCH_FILE
where PATCH_FILE is the patch to be applied.
To revert the patch, if you don't like it, type:
$ patch -R -p1 < PATCH_FILE
For details on how the -p option works type:
$ man patch
Using -p1 is standard lkml practice...
Regards,
Rohan
PS. If a patch is compressed type:
$ bzcat PATCH_FILE | patch -p1