mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added run info
This commit is contained in:
parent
74d3d3dc20
commit
4f4c121861
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue