Adding readme to bubbles demo

This commit is contained in:
Joel Bodenmann 2015-07-12 14:12:38 +02:00
parent 693bd03e64
commit 6a2813d249

4
demos/3rdparty/bubbles/readme.txt vendored Normal file
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