aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/bubbles/readme.txt
blob: 5806969f3f9180abf9b2f29fbe37f5321cf7844c (plain)
1
2
3
4
In order to run this demo you will have to link against the math libs.
You can do this by adding   -lm   to the   LIBS   variable in your Makefile:

    LIBS = -lm