diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-07-12 14:12:38 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-07-12 14:12:38 +0200 |
commit | 8449863ad030068e00e48fbf4483af53d161c616 (patch) | |
tree | a9171c9970ca786d01d56c1d623c9629c61aadbf | |
parent | d34dbaf450403c93f328549473b18744240dc3c5 (diff) | |
download | uGFX-8449863ad030068e00e48fbf4483af53d161c616.tar.gz uGFX-8449863ad030068e00e48fbf4483af53d161c616.tar.bz2 uGFX-8449863ad030068e00e48fbf4483af53d161c616.zip |
Adding readme to bubbles demo
-rw-r--r-- | demos/3rdparty/bubbles/readme.txt | 4 |
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 |