Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 035cb0d

Browse files
committed
Tweak tutorial wording to make OpenCL dependence more obvious.
1 parent 5e1a796 commit 035cb0d

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

tutorial/index.html

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -737,24 +737,25 @@ <h2><a name="setup"></a>Setup</h2>
737737
<h3>Download and Install</h3>
738738

739739
<p>
740-
If you have not done so already, download and install
740+
If you're using Windows or Linux, you will need to
741+
download and install
742+
the <a href="http://www.intel.com/go/opencl">Intel OpenCL
743+
SDK</a> if you haven't done so already (click the "Free
744+
Download" button on that page and fill out the form on the
745+
following page). Mac users can skip this step, since
746+
OpenCL is already packaged as part of OS X.
747+
</p>
748+
749+
<p>
750+
Also, if you have not done so already, download and
751+
install
741752
the <a href="https://github.com/IntelLabs/RiverTrail/releases">River
742753
Trail Firefox extension</a>. For this tutorial, you do
743754
<strong>not</strong> need to build the extension from
744755
source; you only need to install the pre-built
745756
extension.
746757
</p>
747758

748-
<p>
749-
If you're using Windows or Linux, you will also need to
750-
download and install
751-
the <a href="http://www.intel.com/go/opencl">Intel OpenCL
752-
SDK</a> (click the "Free Download" button on that page and
753-
fill out the form on the following page). Mac users can
754-
skip this step, since OpenCL is already packaged as part
755-
of OS X.
756-
</p>
757-
758759
<p>
759760
Also, clone
760761
the <a href="https://github.com/IntelLabs/RiverTrail">River
@@ -802,8 +803,8 @@ <h3>Serving the Tutorial Files</h3>
802803
<h3>Verify</h3>
803804

804805
<p>
805-
To verify that the River Trail extension is installed, go
806-
to
806+
To verify that the River Trail extension is installed and
807+
talking to OpenCL, go to
807808
the <a href="http://intellabs.github.io/RiverTrail-interactive/">interactive
808809
shell</a>. You should see a message saying:
809810
</p>
@@ -824,14 +825,17 @@ <h3>Verify</h3>
824825
</p>
825826

826827
<p>
827-
then the extension isn't installed, or is disabled. In
828-
the Firefox Add-ons Manager, make sure that the extension is
829-
installed and enabled, and try reloading the page.
828+
then the extension is disabled or not installed, or not
829+
interfacing with OpenCL properly. In the Firefox Add-ons
830+
Manager, make sure that the extension is installed and
831+
enabled, and try reloading the page. If you just
832+
installed OpenCL, try disabling and re-enabling the
833+
extension.
830834
</p>
831835

832836
<p>
833-
Once the extension is installed correctly, you can try
834-
running
837+
Once the extension is installed and working correctly, you
838+
can try running
835839
the <a href="https://github.com/IntelLabs/RiverTrail/wiki#sample-applications">sample
836840
applications</a> before moving on to the rest of this
837841
tutorial.

0 commit comments

Comments
 (0)