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
releases [2020/01/23 22:24] neilsreleases [2020/03/02 08:08] neils
Line 2: Line 2:
  
 ^ Current stable     ^ ^ Current stable     ^
-| version 2.2.03 [ [[https://github.com/neilsf/XC-BASIC/archive/v2.2.03.zip|download .zip]] ]|+| version 2.3.01 [ [[https://github.com/neilsf/XC-BASIC/releases/tag/v2.3.01|Release page]] ]|
 ^ Older releases    ^ ^ Older releases    ^
 +| version 2.2.05 [ [[https://github.com/neilsf/XC-BASIC/archive/v2.2.05.zip|download .zip]] ]|
 | version 2.102 [ [[https://github.com/neilsf/XC-BASIC/archive/v2.1.02.zip|download .zip]] ]| | version 2.102 [ [[https://github.com/neilsf/XC-BASIC/archive/v2.1.02.zip|download .zip]] ]|
 | version 2.0 [ [[https://github.com/neilsf/XC-BASIC/archive/v2.0.zip|download .zip]] ] | | version 2.0 [ [[https://github.com/neilsf/XC-BASIC/archive/v2.0.zip|download .zip]] ] |
Line 10: Line 11:
 | version 0.9.1 [ [[https://github.com/neilsf/XC-BASIC/archive/v0.9.1.zip|download .zip]] ] | | version 0.9.1 [ [[https://github.com/neilsf/XC-BASIC/archive/v0.9.1.zip|download .zip]] ] |
  
-===== Installation =====+==== What's new in version 2.3? ====
  
-These instructions apply to version v2.3.0 and up.+(1) New GitHub action for automatic build
  
-==== Installation on Windows (64 bit==== +(2Removed binaries from source repository
- +
-  - 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 +
- +
-==== Installation on Linux (32 or 64 bit) ==== +
- +
-  - 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 +
- +
-==== Installation on Mac OS (64 bit) ==== +
- +
-  - Download the XC=BASIC installer for Mac OS +
-  - Launch the pkg file +
-  - Walk through the installation steps +
-  - Open the terminal and type ''xcbasic64 -h'' to test if installation was successful +
- +
-====== Release notes ====== +
- +
-==== What's new in version 2.3? ====+
  
-(1New installers for Linux, Windows and Mac OS+(3The executable now calls DASM - no more bash scripts
  
-(2The ''xcbasic64'' executable now invokes DASM automatically, no need for batch scripts+(4Added command line options for debugging purpose
  
-(3Added the -h command line option and better command line argument parsing+(5FOR now supports STEP and became a little faster
  
 +(6) Bug fixes
  
 ==== What's new in version 2.2? ==== ==== What's new in version 2.2? ====