aboutsummaryrefslogtreecommitdiffstats
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:22:52 +0200
commit6a2813d249203a7c089aa6bbfa2d0b17d4b23edd (patch)
tree6e6029e7ba09b9a07dea5cd2d8b9adc8b1ed3f01
parent693bd03e645971970a60e0f9676db918af6bcfe3 (diff)
downloaduGFX-6a2813d249203a7c089aa6bbfa2d0b17d4b23edd.tar.gz
uGFX-6a2813d249203a7c089aa6bbfa2d0b17d4b23edd.tar.bz2
uGFX-6a2813d249203a7c089aa6bbfa2d0b17d4b23edd.zip
Adding readme to bubbles demo
-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