Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scripts/documentation #4

Open
asiekierka opened this issue Apr 15, 2020 · 0 comments
Open

Add scripts/documentation #4

asiekierka opened this issue Apr 15, 2020 · 0 comments

Comments

@asiekierka
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant