To compile Alterix from source, follow the steps below:
-
Make sure you have Go installed on your system. You can download and install Go from the official website: https://golang.org/dl/
-
Clone the Alterix repository to your local machine:
git clone https://github.com/mtnmunuklu/alterix.git
-
Navigate to the project directory:
cd alterix
-
Compile the Alterix executable:
go build -o alterix