Link

CAIP Constructor

Table of contents

  1. Getting Started
    1. Download CAIP & Languages
    2. Start Constructor

Getting Started

The CAIP Constructor is included with your download of CAIP. If you haven’t downloaded CAIP yet, click the button below.

Download CAIP + Constructor Download Languages

Download CAIP & Languages

Click the buttons above to download CAIP and the CAIP Constructor. Languages are also available via the other button above.

Start Constructor

There are two modes available to use in CAIP Constructor.

  • The first is command-line interface mode. To start CLI mode, open up a terminal program (Command Prompt, bash, etc.).
    • On Windows, go into the scripts directory, and type cc_start.
    • On Linux, go into the constructor directory, and type python3 -m main.
  • The second is GUI mode. To start GUI mode, open up a file manager program and double-click the constructor executable file in the constructor folder.

Table of contents