Skip to content

Installation

This page will show the steps to install Eiger for each operating system


Windows

Go to the repo's releases page and download the eiger-win.zip of the latest release.

If there are no stable releases of the language yet, please refer to building from source.

Adding environment variable (Windows)

setx PATH "%PATH%;C:\path\to\eiger-win"

macOS

please refer to building from source.


Linux

please refer to building from source.


Building from Source

Requirements

  • Visual Studio (or any other IDE that can open .sln files) with C# Compiler

Steps

  • Clone the repository https://github.com/eigerproject/eigerlang.git
  • Open the solution eiger.sln
  • Build & Run