aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/3rdparty/bubbles/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/3rdparty/bubbles/readme.txt b/demos/3rdparty/bubbles/readme.txt
new file mode 100644
index 00000000..5806969f
--- /dev/null
+++ b/demos/3rdparty/bubbles/readme.txt
@@ -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