Added additional note to previous commit. Forgot to mention linker flags.
[screensavers] / hacks / WolframAutomata / screenshot_notes.md
index 61cdbd4..8bd6356 100644 (file)
@@ -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.