mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Moved text
This commit is contained in:
parent
eb2b162feb
commit
4d8a45bd65
2 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue