From 4f4c12186138c822842ca8db23c36fd2b8c99028 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 19 Apr 2016 22:31:30 -0400 Subject: [PATCH] Added run info --- examples/game-of-life-png/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/game-of-life-png/Makefile b/examples/game-of-life-png/Makefile index 2edad597..8a1b43a6 100644 --- a/examples/game-of-life-png/Makefile +++ b/examples/game-of-life-png/Makefile @@ -2,6 +2,9 @@ # Need to install ImageMagick, libpng, and libpng headers to build this project. # To install these packages on Ubuntu: sudo apt-get install imagemagick libpng-dev # +# To create PNG outputs and convert to an animation, run: +# make && ./life && ./convert.sh +# SCM_PROGRAM = life SCM_LIBS = example/grid example/life