Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Add scripts/documentation #4

@asiekierka

Description

@asiekierka
DarkMatt03/16/2020
okay step one compiled it
So now that I can compile it, how do I make/apply patches to it
asie03/16/2020
the best way is
1. create two copies of the source tree - one called, say, "zzt.orig", one "zzt.new"
2. edit in zzt.new
3. on Linux, diff -Nrup zzt.orig/SRC/ zzt.new/SRC/ > my.patch
on Windows, find GNU diff as a Windows binary and use that
as to apply, likewise, with GNU patch, in the zzt.new/ directory
patch -p1 --binary <../their.patch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions