Adding readme to bubbles demo

ugfx_release_2.6
Joel Bodenmann 2015-07-12 14:12:38 +02:00
parent d34dbaf450
commit 8449863ad0
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,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