aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-07-12 14:12:38 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-07-12 14:12:38 +0200
commit8449863ad030068e00e48fbf4483af53d161c616 (patch)
treea9171c9970ca786d01d56c1d623c9629c61aadbf /demos
parentd34dbaf450403c93f328549473b18744240dc3c5 (diff)
downloaduGFX-8449863ad030068e00e48fbf4483af53d161c616.tar.gz
uGFX-8449863ad030068e00e48fbf4483af53d161c616.tar.bz2
uGFX-8449863ad030068e00e48fbf4483af53d161c616.zip
Adding readme to bubbles demo
Diffstat (limited to 'demos')
-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