From 6393c14de4c3a01dea5041c71c1ec4c1f9708fa0 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Sun, 21 Dec 2014 02:43:34 -0800 Subject: [PATCH] Add a link to my slides from recent BAJU meetup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4199e0f2f3bb..b6305390aa6cd 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Julia uses the following external libraries, which are automatically downloaded - **[MPFR]** (>= 3.0) — the GNU multiple precision floating point library, needed for arbitrary precision floating point support. - **[libgit2]** (>= 0.21) — the Git linkable library, used by Julia's package manager +For a longer overview of Julia's dependencies, see these [slides](https://github.com/tkelman/BAJUtalk-Dec2014/blob/master/BAJUtalkDec2014.pdf?raw=true). [GNU make]: http://www.gnu.org/software/make/ [patch]: http://www.gnu.org/software/patch/