Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 708 Bytes

Nokia WebCL Extension for Firefox

Please visit http://webcl.nokiaresearch.com for binary downloads, demos, tutorials, docs, tools and other information.

See also the Nokia WebCL Test Suite at http://toaarnio.github.io/webcl-test-suite/.

Build instructions

Linux:

  • Install Git
  • Clone the repository
  • cd webcl-firefox/firefox-js
  • make xpi

Mac:

  • Install Git
  • Clone the repository
  • cd webcl-firefox/firefox-js
  • make xpi

Windows:

  • Install Git
  • Install Cygwin + additional packages:
    • make ('devel' category)
    • zip + unzip ('archive' category)
  • Clone the repository
  • cd webcl-firefox/firefox-js
  • make xpi