Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 509 Bytes

BUILD.md

File metadata and controls

20 lines (15 loc) · 509 Bytes

Build Instructions

To compile Alterix from source, follow the steps below:

  1. Make sure you have Go installed on your system. You can download and install Go from the official website: https://golang.org/dl/

  2. Clone the Alterix repository to your local machine:

    git clone https://github.com/mtnmunuklu/alterix.git
    
  3. Navigate to the project directory:

    cd alterix
    
  4. Compile the Alterix executable:

    go build -o alterix