Added additional note to previous commit. Forgot to mention linker flags.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 22:10:09 +0000 (15:10 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 22:10:09 +0000 (15:10 -0700)
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.