Re: how to - apply patch to dosbox linux?
Posted on 2020-03-23, 10:32
can you elaborate the message? Is it the patch file cannot be found or the file to be patched? if patch file: make sure to enter the path tho the patch file. Also on OS X I need to use patch -p0 -i patch.patch if file to be patched: experiment with the -p0 option (for example -p1 or even -p2, this …