Moved text

This commit is contained in:
Justin Ethier 2016-04-20 23:59:44 -04:00
parent eb2b162feb
commit 4d8a45bd65
2 changed files with 11 additions and 7 deletions

View file

@ -1,10 +1,3 @@
#
# 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

View file

@ -1 +1,12 @@
# Game of Life - PNG Image Generator
ImageMagick, libpng, and libpng headers must be installed 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
<img class="doc" src="../../docs/images/game-of-life-gliders.gif">