Warning

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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installation [2019/05/06 09:54] neilsinstallation [2019/05/06 09:58] neils
Line 3: Line 3:
 You can download ''xcbasic64'' from [[https://github.com/neilsf/XC-BASIC/releases|GitHub]]. You can download ''xcbasic64'' from [[https://github.com/neilsf/XC-BASIC/releases|GitHub]].
  
-===== Method 1: compile from source =====+===== Method 1: use a pre-built binary =====
  
-''xcbasic64'' is written in Dusing the DUB package manager.+There are pre-built binaries in the ''dist/'' directory (currently for WindowsMacOS and Linux).
  
-1. Install DUB +===== Method 2compile from source =====
-2. Clone this repository +
-3. Enter `dub build` to compile from source +
-4. The executable will be in the project root.+
  
-===== Method 2use a pre-built binary =====+''xcbasic64'' is written in D, using the [[https://code.dlang.org/|DUB package manager]].
  
-There are pre-built binaries in the ''dist'/' directory (currently for Windows, MacOS and Linux).+  - Install DUB 
 +  - ''cd'' to the root directory of ''xcbasic64'' 
 +  - Enter ''dub build'' to compile from source 
 +  - The executable will be in the project root.