[arrayfire] 73/75: DOC Typo corrections in Installation page

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:01:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 5a2267461cff78c9383d3e10d93e71cdbaa0d1d8
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Thu Feb 25 15:55:08 2016 -0500

    DOC Typo corrections in Installation page
---
 docs/pages/INSTALL.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/docs/pages/INSTALL.md b/docs/pages/INSTALL.md
index 3565889..d31affa 100644
--- a/docs/pages/INSTALL.md
+++ b/docs/pages/INSTALL.md
@@ -108,13 +108,14 @@ First install the prerequisite packages:
     # Prerequisite packages:
     sudo apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev cmake
 
-Ubuntu 14.04 will not have the libglfw3-dev package in its repositories. You can either build the library from source (following the instructions listed) or install the library from a PPA as follows:
-
-```
-sudo apt-add repository ppa:keithw/glfw3
-sudo apt-get update
-sudo apt-get install glfw3
-```
+Ubuntu 14.04 will not have the libglfw3-dev package in its repositories. You can either build the
+library from source (following the
+[instructions listed here](https://github.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire)) or
+install the library from a PPA as follows:
+
+    sudo apt-add-repository ppa:keithw/glfw3
+    sudo apt-get update
+    sudo apt-get install glfw3
 
 After this point, the installation should proceed identically to Ubuntu 14.10 or newer.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list