Comprehensive Installation

DeltaCode requires Python 2.7.x and is tested on Linux, Mac, and Windows. Make sure Python 2.7 is installed first.

System Requirements

  • Hardware : DeltaCode will run best with a modern X86 processor and at least 1GB of RAM and 250MB of disk.

  • Supported operating systems : DeltaCode should run on these OSes:

    1. Linux: on most recent 64-bit Linux distributions (32-bit distros are only partially supported),

    2. Mac: on recent Mac OSX (10.6.8 and up),

    3. Windows: on Windows 7 and up (32- or 64-bit) using a 32-bit Python.

Prerequisites

DeltaCode needs a Python 2.7 interpreter.

Installation on Linux and Mac

Download and extract the latest ScanCode release from: https://github.com/nexB/deltacode/releases/latest

Open a terminal in the extracted directory and run:

./deltacode --help

This will configure DeltaCode and display the command line help.

Installation on Windows

Download the latest ScanCode release zip file from: https://github.com/nexB/deltacode/releases/latest

  • In Windows Explorer, select the downloaded DeltaCode zip and right-click.

  • In the pop-up menu select ‘Extract All…’

  • In the pop-up window ‘Extract zip folders’ use the default options to extract.

  • Once the extraction is complete, a new Windows Explorer window will pop-up.

  • In this Explorer window, select the new folder that was created and right-click.

  • In the pop-up menu select ‘Properties’

  • In the pop-up window ‘Properties’, select the Location value. Copy this in clipboard.

  • Press the start menu button.

  • In the search box type

cmd
  • Select ‘cmd.exe’ listed in the search results.

  • A new ‘cmd.exe’ window pops-up.

  • In this window (aka. a command prompt), type this (this is ‘cd’ followed by a space)

cd
  • then right-click in this window and select Paste. This will paste the path where you extracted DeltaCode.

  • Press Enter.

  • This will change the current location of your command prompt to the root directory where DeltaCode is installed.

  • Then type

deltacode --help
  • Press enter. This will configure your DeltaCode installation.

  • Several messages are displayed followed by the deltacode command help.

  • The installation is complete.

Un-installation

  • Delete the directory in which you extracted DeltaCode.

  • Delete any temporary files created in your system temp directory under a deltacode directory.