[arrayfire] 76/79: Adding using_on_osx document

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:09 UTC 2015


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

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

commit 55d28ec6b27945fcf0d8e600098a01bdf2099c29
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Fri Jun 12 18:22:44 2015 -0400

    Adding using_on_osx document
    
    - Also changed names of files to reflect titles
---
 docs/layout.xml                                    |  5 +-
 .../{using_with_linux.md => using_on_linux.md}     |  0
 .../pages/{using_with_linux.md => using_on_osx.md} | 66 +++-------------------
 ...sing_with_ms_windows.md => using_on_windows.md} |  0
 4 files changed, 10 insertions(+), 61 deletions(-)

diff --git a/docs/layout.xml b/docs/layout.xml
index 6c8c9af..d637c7f 100644
--- a/docs/layout.xml
+++ b/docs/layout.xml
@@ -3,12 +3,13 @@
   <navindex>
     <tab type="mainpage" visible="yes" title="" />
     <tab type="usergroup" visible="yes" title="Tutorials">
+      <tab type="user" url="\ref using_on_linux" visible="yes" title="Using on Linux"/>
+      <tab type="user" url="\ref using_on_windows" visible="yes" title="Using on Windows"/>
+      <tab type="user" url="\ref using_on_osx" visible="yes" title="Using on OSX"/>
       <tab type="user" url="\ref gettingstarted" visible="yes" title="Getting Started"/>
       <tab type="user" url="\ref matrixmanipulation" visible="yes" title="Matrix Manipulation"/>
       <tab type="user" url="\ref indexing" visible="yes" title="Indexing"/>
       <tab type="user" url="\ref timing" visible="yes" title="Timing ArrayFire"/>
-      <tab type="user" url="\ref using_on_linux" visible="yes" title="Using on Linux"/>
-      <tab type="user" url="\ref using_on_windows" visible="yes" title="Using on Windows"/>
       <tab type="user" url="\ref configuring_environment" visible="yes" title="Configuring ArrayFire Environment"/>
       <tab type="usergroup" url="\ref page_gfor" visible="yes" title="GFOR Usage"/>
     </tab>
diff --git a/docs/pages/using_with_linux.md b/docs/pages/using_on_linux.md
similarity index 100%
copy from docs/pages/using_with_linux.md
copy to docs/pages/using_on_linux.md
diff --git a/docs/pages/using_with_linux.md b/docs/pages/using_on_osx.md
similarity index 58%
rename from docs/pages/using_with_linux.md
rename to docs/pages/using_on_osx.md
index 2b8d892..d491231 100644
--- a/docs/pages/using_with_linux.md
+++ b/docs/pages/using_on_osx.md
@@ -1,76 +1,24 @@
-Using ArrayFire on Linux {#using_on_linux}
+Using ArrayFire on OSX {#using_on_osx}
 =====
 
 
-Among the many possible build systems on Linux we suggest using ArrayFire with
-either CMake or Makefiles with CMake being the preferred build system.
+Among the many possible build systems on OSX we suggest using ArrayFire with
+either CMake or Makefiles.
 
 ## Pre-requisites
 
 Before you get started, make sure you have the necessary pre-requisites.
 
-- If you are using CUDA, please make sure you have [CUDA 7](https://developer.nvidia.com/cuda-downloads) installed on your system.
+- If you want to use ArrayFire with CUDA, please make sure you have [CUDA 7](https://developer.nvidia.com/cuda-downloads) installed on your system.
      - [Contact us](support at arrayfire.com) for custom builds (eg. different toolkits)
 
-- If you are using OpenCL, please make sure you have one of the following SDKs.
-     - [AMD OpenCL SDK](http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/)
-     - [Intel OpenCL SDK](https://software.intel.com/en-us/articles/download-the-latest-intel-amt-software-development-kit-sdk)
-     - [NVIDIA CUDA](https://developer.nvidia.com/cuda-downloads)
+- Install the latest Xcode from the App Store
 
-You will also need the following dependencies to use ArrayFire.
-
-#### Fedora, Centos and Redhat
-
-Install EPEL repo (not required for Fedora)
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-yum install epel-release
-yum update
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Install the common dependencies
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-yum install gcc gcc-c++ cmake make
-yum install freeimage
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Install glfw (not required for no-gl installers)
-
-Fedora:
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-yum install glfw
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-For Centos and Redhat, please follow [these instructions](https://github.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire)
-
-#### Debian and Ubuntu
-
-Install common dependencies
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-apt-get install build-essential cmake cmake-curses-gui
-apt-get libfreeimage3
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Install glfw (not required for no-gl installers)
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-apt-get install libglfw3
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-For Debian 7 and Ubuntu 14.04, please follow [these instructions](https://github.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire)
-
-**Special instructions for Tegra-K1**
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-sudo apt-get install libatlas3gf-base libatlas-dev libfftw3-dev liblapacke-dev
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Install [brew](http://brew.sh/)
 
 ## CMake
 
-This is the suggested method of using ArrayFire on Linux.
+This is the suggested method of using ArrayFire on OSX.
 ArrayFire ships with support for CMake by default, including a series of
 `Find` scripts installed  in the `/usr/local/share/ArrayFire/cmake` (or similar)
 directory.
diff --git a/docs/pages/using_with_ms_windows.md b/docs/pages/using_on_windows.md
similarity index 100%
rename from docs/pages/using_with_ms_windows.md
rename to docs/pages/using_on_windows.md

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