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
installation [2019/12/12 20:35] – [Method 2: compile from source] neilsinstallation [2020/01/23 22:23] (current) – removed neils
Line 1: Line 1:
-====== Installation ====== 
  
-You can download ''xcbasic64'' from [[https://github.com/neilsf/XC-BASIC/releases|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 [[https://code.dlang.org/|DUB package manager]]. 
- 
-  - Install DUB 
-  - ''cd'' to the root directory of ''xcbasic64'' 
-  - Enter ''dub build'' to compile from source 
-  - The executable will be in the project root.