Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 982 Bytes

install.md

File metadata and controls

40 lines (29 loc) · 982 Bytes

Installation

Only Linux platforms are supported at the moment.

Currently only building from source is supported. A bootstrap script is available to make this a simple exercise.

Before you begin, install the required dependencies:

To get the bootstrap script:

curl https://raw.githubusercontent.com/ArgonDesign/alogic/4.0.x/bootstrap/alogic > alogic && chmod +x alogic

To install the latest development version:

./alogic update

This will by default install the compiler in your home directory under .alogic. You can edit the INSTALL_DIR variable in the script to put it somewhere else.

To install a specific version, just provide a git refspec to the previous command. For example, to update to the v3.0.0 release tag:

./alogic update v3.0.0

The bootstrap script can then be used as the compiler executable. To verify the installation, try:

./alogic --help