@@ -737,24 +737,25 @@ <h2><a name="setup"></a>Setup</h2>
737
737
< h3 > Download and Install</ h3 >
738
738
739
739
< 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
741
752
the < a href ="https://github.com/IntelLabs/RiverTrail/releases "> River
742
753
Trail Firefox extension</ a > . For this tutorial, you do
743
754
< strong > not</ strong > need to build the extension from
744
755
source; you only need to install the pre-built
745
756
extension.
746
757
</ p >
747
758
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
-
758
759
< p >
759
760
Also, clone
760
761
the < a href ="https://github.com/IntelLabs/RiverTrail "> River
@@ -802,8 +803,8 @@ <h3>Serving the Tutorial Files</h3>
802
803
< h3 > Verify</ h3 >
803
804
804
805
< 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
807
808
the < a href ="http://intellabs.github.io/RiverTrail-interactive/ "> interactive
808
809
shell</ a > . You should see a message saying:
809
810
</ p >
@@ -824,14 +825,17 @@ <h3>Verify</h3>
824
825
</ p >
825
826
826
827
< 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.
830
834
</ p >
831
835
832
836
< 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
835
839
the < a href ="https://github.com/IntelLabs/RiverTrail/wiki#sample-applications "> sample
836
840
applications</ a > before moving on to the rest of this
837
841
tutorial.
0 commit comments