From 30802d3ff4b183597663a8f5294a8df794754120 Mon Sep 17 00:00:00 2001 From: Michael B Date: Sun, 25 Aug 2013 10:41:09 -0500 Subject: [PATCH] update Ubuntu installation notes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f1c15711b9cd..f36b5138b77a0 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,9 @@ Julia does not install anything outside the directory it was cloned into. Julia #### Ubuntu -* The [julia-deps PPA](https://launchpad.net/~staticfloat/+archive/julia-deps/) contains updated packages for julia dependencies if you want to use system libraries instead of having them downloaded and built during the build process. See [System Provided Libraries](#System-Provided-Libraries). +The [julia-deps PPA](https://launchpad.net/~staticfloat/+archive/julia-deps/) contains updated packages for julia dependencies if you want to use system libraries instead of having them downloaded and built during the build process. See [System Provided Libraries](#System-Provided-Libraries). + +For a fast and easy current installation, the `before_install` section of [travis.yml](https://github.com/JuliaLang/julia/blob/master/.travis.yml) is a great resource. #### CentOS 5