Re: Beyond my knowledge.
Benno Schulenberg <[email protected]>
| Newsgroups | gmane.editors.nano.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Miki,
Op 15-01-18 om 19:13 schreef MikiStrange:
> I'm afraid I've never applied a .patch and so don't know how to.
> If you could give me instructions I'll happily test the patch.
> I've done some reading before admitting defeat and while I can understand how the
> patch works I don't know in which directory or to which file it should be applied.
Okay. First a question. Are you able to build nano from source?
From a tarball?
If you can do that, then before running ./configure inside the source
directory, put the patch in that directory too, and then you do:
patch -p1 <0001-startup-allow-*.patch
Then you run ./configure && make. Done.
Benno