VOGONS


First post, by RobertX

User metadata
Rank Newbie
Rank
Newbie

I can't believe I didn't ask this with the time I have, but can someone tell me how I can slipstream the newest patch to my GNU/Linux computer?

I'm referring to the DIFF file on the main web page.

Reply 1 of 2, by jakethompson1

User metadata
Rank Oldbie
Rank
Oldbie

To apply a diff, you must be set up to build dosbox from source code and not using a binary version from elsewhere.

You cd to the directory holding the source code (i.e., source should be inside it), then run patch < /path/to/diff-file.diff

It will tell you if it was successful or not, and then you can recompile.

Reply 2 of 2, by RobertX

User metadata
Rank Newbie
Rank
Newbie

All right, thanks!