[arrayfire] 198/248: Update section titles, helloworld exe.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:26 UTC 2015


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 674b9dfb705ef28c295edc306460cb8960f7554b
Author: Brian Kloppenborg <brian at kloppenborg.net>
Date:   Mon Nov 2 17:27:43 2015 -0500

    Update section titles, helloworld exe.
---
 docs/pages/INSTALL.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/docs/pages/INSTALL.md b/docs/pages/INSTALL.md
index 52cfcb3..a2f8f0e 100644
--- a/docs/pages/INSTALL.md
+++ b/docs/pages/INSTALL.md
@@ -27,7 +27,7 @@ Below you will find instructions for
 * Linux including
     * [Debian 8](#Debian)
     * [Ubuntu 14.04 and later](#Ubuntu)
-    * [Fedora 21](#Fedora)
+    * [RedHat, Fedora, and CentOS](#RPM-distros)
 * [Mac OSX (.sh and brew)](#OSX)
 
 # <a name="Windows"></a> Windows
@@ -54,7 +54,7 @@ After it has completed, you need to add ArrayFire to the path for all users.
 Finally, verify that the path addition worked correctly. You can do this by:
 
 1. Open Visual Studio 2013. Open the HelloWorld solution which is located at
-   AF_PATH/examples/helloworld/helloworld.sln.
+   `%AF_PATH%/examples/helloworld/helloworld.exe`.
 2. Build and run the helloworld example. Be sure to, select the
    platform/configuration of your choice using the platform drop-down (the
    options are CPU, CUDA, and OpenCL) and Solution Configuration drop down
@@ -81,13 +81,17 @@ file, run the installer.
 
     ./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
 
-## <a name="Fedora"></a> Fedora 21
+## <a name="RPM-distros"></a> RedHat, Fedora, and CentOS
 
 First install the prerequisite packages:
 
     # Install prerequiste packages
     yum install freeimage atlas fftw libGLEW libGLEWmx glfw cmake
 
+On Centos and Redhat the `glfw` package is outdated and you will need to compile
+it from source. Please
+[these instructions](https://github.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire).
+
 If you wish to use CUDA, please
 [download the latest version of CUDA](https://developer.nvidia.com/cuda-downloads)
 and install it on your system.
@@ -104,8 +108,8 @@ First install the prerequisite packages:
     # Prerequisite packages:
     sudo apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev cmake
 
-If you are using Ubuntu 14.04, you will need to install GLFW3 from source following the 
-[instructions listed here](https://github.com/arrayfire/arrayfire/wiki/Build-Instructions-for-Linux#general-dependencies). 
+If you are using Ubuntu 14.04, you will need to install GLFW3 from source following the
+[instructions listed here](https://github.com/arrayfire/arrayfire/wiki/Build-Instructions-for-Linux#general-dependencies).
 After this point, the installation should proceed identically to Ubuntu 14.10 or newer.
 
 If you are using ArrayFire on the Tegra-K1 also install these packages:

-- 
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