Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 806 Bytes

BUILDING.md

File metadata and controls

34 lines (21 loc) · 806 Bytes

Building

Requirements

Software

  • Node.js (7+)
  • npm (5.5.1+)

Build

  1. Download the source archive from GitHub with the name Radon-Chrome-<version>-sources.zip and extract the contents of the archive to a temporary directory.

  2. Open a command prompt or shell, and CD to the source directory.

    cd Radon-Chrome-<version>-sources/
    
  3. Install dependencies and extension modules:

    npm install
    

    Additional extension modules will now be available under Radon-Chrome-<version>-sources/node_modules/@radon-extension/

  4. Build the extension

    npm run build
    

    The built extension will now be available under Radon-Chrome-<version>-sources/Build/Production/.