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 revisionBoth sides next revision
installation [2019/05/06 09:57] – [Method 2: use a pre-built binary] 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 ===== 
 + 
 +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]]. ''xcbasic64'' is written in D, using the [[https://code.dlang.org/|DUB package manager]].
Line 11: Line 15:
   - Enter ''dub build'' to compile from source   - Enter ''dub build'' to compile from source
   - The executable will be in the project root.   - The executable will be in the project root.
- 
-===== Method 2: use a pre-built binary ===== 
- 
-There are pre-built binaries in the ''dist/'' directory (currently for Windows, MacOS and Linux).