You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you wish to use CUDA or OpenCL please ensure that you have also installed support for these technologies from your video card vendor's website.</p>
112
-
<p>Next <ahref="http://ci.arrayfire.org/userContent/download/">download</a> and run the ArrayFire installer. After it has completed, you need to add ArrayFire to the path for all users.</p>
112
+
<p>Next <ahref="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> and run the ArrayFire installer. After it has completed, you need to add ArrayFire to the path for all users.</p>
113
113
<oltype="1">
114
114
<li>Open Advanced System Settings:<ul>
115
115
<li>Windows 8: Move the Mouse pointer to the bottom right corner of the screen, Right click, choose System. Then click "Advanced System Settings"</li>
</pre><p>If you wish to use CUDA, please <ahref="https://developer.nvidia.com/cuda-zone">download the latest version of CUDA</a> and install it on your system.</p>
136
-
<p>Next <ahref="http://ci.arrayfire.org/userContent/download/">download</a> ArrayFire. After you have the file, run the installer. </p><preclass="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
136
+
<p>Next <ahref="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> ArrayFire. After you have the file, run the installer. </p><preclass="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
137
137
</pre><h2><aclass="anchor" id="RPM-distros"></a> RedHat, Fedora, and CentOS</h2>
138
138
<p>First install the prerequisite packages: </p><preclass="fragment"># Install prerequiste packages
</pre><p>On Centos and Redhat the <code>glfw</code> package is outdated and you will need to compile it from source. Please <ahref="https://.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire">these instructions</a>.</p>
141
141
<p>If you wish to use CUDA, please <ahref="https://developer.nvidia.com/cuda-downloads">download the latest version of CUDA</a> and install it on your system.</p>
142
-
<p>Next <ahref="http://ci.arrayfire.org/userContent/download/">download</a> ArrayFire. After you have the file, run the installer. </p><preclass="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
142
+
<p>Next <ahref="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> ArrayFire. After you have the file, run the installer. </p><preclass="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
143
143
</pre><h2><aclass="anchor" id="Ubuntu"></a> Ubuntu 14.04 and later</h2>
144
144
<p>First install the prerequisite packages: </p><preclass="fragment"># Prerequisite packages:
<p>If you are using ArrayFire on the Tegra K1 also install these packages: </p><preclass="fragment">sudo apt-get install libatlas3gf-base libatlas-dev libfftw3-dev liblapacke-dev
156
156
</pre><p>In addition to these packages, you will need to compile GLFW3 from source using the instructions above.</p>
157
-
<p>Finally, <ahref="http://ci.arrayfire.org/userContent/download/">download</a> ArrayFire. After you have the file, run the installer using: </p><preclass="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
157
+
<p>Finally, <ahref="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> ArrayFire. After you have the file, run the installer using: </p><preclass="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
158
158
</pre><h1><aclass="anchor" id="OSX"></a> Mac OSX</h1>
159
159
<p>On OSX there are several dependencies that are not integrated into the operating system. The ArrayFire installer automatically satisfies these dependencies using <ahref="http://brew.sh/">Homebrew</a>. If you don't have Homebrew installed on your system, the ArrayFire installer will ask you do to so.</p>
160
-
<p>Simply <ahref="http://ci.arrayfire.org/userContent/download/">download</a> the ArrayFire installer and double-click it to carry out the installation.</p>
160
+
<p>Simply <ahref="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> the ArrayFire installer and double-click it to carry out the installation.</p>
161
161
<p>ArrayFire can also be installed through Homebrew directly using <code>brew install arrayfire</code>; however, it will not include MKL acceleration of linear algebra functions.</p>
162
162
<h2>Testing installation</h2>
163
163
<p>After ArrayFire is installed, you can build the example programs as follows: </p><preclass="fragment">cp -r /usr/local/share/ArrayFire/examples .
0 commit comments