Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

This is an old revision of the document!


Installation

You can download xcbasic64 from GitHub.

Method 1: use a pre-built binary

There are pre-built binaries in the dist/ directory (currently for Windows, MacOS and Linux).

Method 2: compile from source

xcbasic64 is written in D, using the DUB package manager.

  1. Install DUB
  2. cd to the root directory of xcbasic64
  3. Enter dub build to compile from source
  4. The executable will be in the project root.

~~DISCUSSION~~