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
Last revisionBoth sides next revision
installation [2019/05/06 09:58] neilsinstallation [2020/01/23 22:22] – [Installation] neils
Line 1: Line 1:
 ====== Installation ====== ====== Installation ======
  
-You can download ''xcbasic64'' from [[https://github.com/neilsf/XC-BASIC/releases|GitHub]].+These instructions apply to version v2.3.0 and up. 
 +===== Installation on Windows (64 bit) =====
  
-===== Method 1: use a pre-built binary =====+  - Download the XC=BASIC installer for Windows 
 +  - Double click the exe file 
 +  - Walk through the installation steps 
 +  - Launch the XC=BASIC command prompt from Start Menu > Programs > XC=BASIC 
 +  Type ''xcbasic -h'' to test that installation was successful
  
-There are pre-built binaries in the ''dist/'' directory (currently for Windows, MacOS and Linux).+===== Installation on Linux (32 or 64 bit=====
  
-===== Method 2compile from source =====+  - Download the installer for your platform 
 +  - ''cd'' to the directory where the installer is downloaded 
 +  - Give executable permission''chmod +x xcbasic-installer-linux-x86-X.X.X.run'' 
 +  - Run the installer: ''./xcbasic-installer-linux-x86-X.X.X.run'' 
 +  - Walk through the installation steps 
 +  - Type ''xcbasic64 -h'' to test that the installation was successful
  
-''xcbasic64'' is written in D, using the [[https://code.dlang.org/|DUB package manager]].+===== Installation on Mac OS (64 bit) =====
  
-  - Install DUB +  - Download the XC=BASIC installer for Mac OS 
-  - ''cd'' to the root directory of ''xcbasic64'' +  - Launch the pkg file 
-  - Enter ''dub build'' to compile from source +  - Walk through the installation steps 
-  - The executable will be in the project root.+  - Open the terminal and type ''xcbasic64 -h'' to test if installation was successful