Skip to content

Commit 1b068df

Browse files
committed
Update download links
1 parent ae56a26 commit 1b068df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎docs/installing.htm

+6-6
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<p>In general, the installation process for ArrayFire looks like this:</p>
9292
<ol type="1">
9393
<li>Install prerequisites</li>
94-
<li><a href="http://ci.arrayfire.org/userContent/download/">Download</a> the ArrayFire installer for your operating system</li>
94+
<li><a href="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">Download</a> the ArrayFire installer for your operating system</li>
9595
<li>Install ArrayFire</li>
9696
<li>Test the installation</li>
9797
<li><a href="#GettingHelp">Where to go for help?</a></li>
@@ -109,7 +109,7 @@
109109
</ul>
110110
<h1><a class="anchor" id="Windows"></a> Windows</h1>
111111
<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 <a href="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 <a href="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>
113113
<ol type="1">
114114
<li>Open Advanced System Settings:<ul>
115115
<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>
@@ -133,13 +133,13 @@ <h2><a class="anchor" id="Debian"></a> Debian 8</h2>
133133
# Enable GPU support (OpenCL):
134134
apt-get install ocl-icd-libopencl1
135135
</pre><p>If you wish to use CUDA, please <a href="https://developer.nvidia.com/cuda-zone">download the latest version of CUDA</a> and install it on your system.</p>
136-
<p>Next <a href="http://ci.arrayfire.org/userContent/download/">download</a> ArrayFire. After you have the file, run the installer. </p><pre class="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
136+
<p>Next <a href="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> ArrayFire. After you have the file, run the installer. </p><pre class="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
137137
</pre><h2><a class="anchor" id="RPM-distros"></a> RedHat, Fedora, and CentOS</h2>
138138
<p>First install the prerequisite packages: </p><pre class="fragment"># Install prerequiste packages
139139
yum install freeimage atlas fftw libGLEW libGLEWmx glfw cmake
140140
</pre><p>On Centos and Redhat the <code>glfw</code> package is outdated and you will need to compile it from source. Please <a href="https://.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire">these instructions</a>.</p>
141141
<p>If you wish to use CUDA, please <a href="https://developer.nvidia.com/cuda-downloads">download the latest version of CUDA</a> and install it on your system.</p>
142-
<p>Next <a href="http://ci.arrayfire.org/userContent/download/">download</a> ArrayFire. After you have the file, run the installer. </p><pre class="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
142+
<p>Next <a href="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> ArrayFire. After you have the file, run the installer. </p><pre class="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
143143
</pre><h2><a class="anchor" id="Ubuntu"></a> Ubuntu 14.04 and later</h2>
144144
<p>First install the prerequisite packages: </p><pre class="fragment"># Prerequisite packages:
145145
sudo apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev cmake
@@ -154,10 +154,10 @@ <h2><a class="anchor" id="Debian"></a> Debian 8</h2>
154154
</pre><h3>Special instructions for Tegra K1</h3>
155155
<p>If you are using ArrayFire on the Tegra K1 also install these packages: </p><pre class="fragment">sudo apt-get install libatlas3gf-base libatlas-dev libfftw3-dev liblapacke-dev
156156
</pre><p>In addition to these packages, you will need to compile GLFW3 from source using the instructions above.</p>
157-
<p>Finally, <a href="http://ci.arrayfire.org/userContent/download/">download</a> ArrayFire. After you have the file, run the installer using: </p><pre class="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
157+
<p>Finally, <a href="http://go.arrayfire.com/l/37882/2015-03-31/mmhqy">download</a> ArrayFire. After you have the file, run the installer using: </p><pre class="fragment">./arrayfire_*_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
158158
</pre><h1><a class="anchor" id="OSX"></a> Mac OSX</h1>
159159
<p>On OSX there are several dependencies that are not integrated into the operating system. The ArrayFire installer automatically satisfies these dependencies using <a href="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 <a href="http://ci.arrayfire.org/userContent/download/">download</a> the ArrayFire installer and double-click it to carry out the installation.</p>
160+
<p>Simply <a href="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>
161161
<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>
162162
<h2>Testing installation</h2>
163163
<p>After ArrayFire is installed, you can build the example programs as follows: </p><pre class="fragment">cp -r /usr/local/share/ArrayFire/examples .

0 commit comments

Comments
 (0)