From: Aaron Taylor Date: Mon, 7 Jun 2021 22:10:09 +0000 (-0700) Subject: Added additional note to previous commit. Forgot to mention linker flags. X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/commitdiff_plain/2f843319cf36f8535adcc32eb9d207074bc417a3 Added additional note to previous commit. Forgot to mention linker flags. --- diff --git a/hacks/WolframAutomata/screenshot_notes.md b/hacks/WolframAutomata/screenshot_notes.md index 61cdbd4..8bd6356 100644 --- a/hacks/WolframAutomata/screenshot_notes.md +++ b/hacks/WolframAutomata/screenshot_notes.md @@ -25,6 +25,8 @@ In `WolframAutomata_draw()`, toward the end, right before returning: state->framenumber++; XFreePixmap(state->dpy, temp); +Now recompile after adding `-lXpm` to the linker flags in the `Makefile`. + Deleting every other frame had negligible visual impact, so all odd number frames were deleted to shrink file size of the resulting animation.