Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b068df

Browse files
committed
Update download links
1 parentae56a26 commit1b068df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎docs/installing.htm

Lines changed: 6 additions & 6 deletions
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
<oltype="1">
9393
<li>Install prerequisites</li>
94-
<li><ahref="http://ci.arrayfire.org/userContent/download/">Download</a> the ArrayFire installer for your operating system</li>
94+
<li><ahref="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><ahref="#GettingHelp">Where to go for help?</a></li>
@@ -109,7 +109,7 @@
109109
</ul>
110110
<h1><aclass="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<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>
113113
<oltype="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<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
137137
</pre><h2><aclass="anchor"id="RPM-distros"></a> RedHat, Fedora, and CentOS</h2>
138138
<p>First install the prerequisite packages:</p><preclass="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<ahref="https://github.com/arrayfire/arrayfire/wiki/GLFW-for-ArrayFire">these instructions</a>.</p>
141141
<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
143143
</pre><h2><aclass="anchor"id="Ubuntu"></a> Ubuntu 14.04 and later</h2>
144144
<p>First install the prerequisite packages:</p><preclass="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><preclass="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,<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
158158
</pre><h1><aclass="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<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>
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><preclass="fragment">cp -r /usr/local/share/ArrayFire/examples .

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp