Installation
Requirements
Gera requires the following to be installed:
- Curl
- The JVM (Java 17+)
- A C compiler
- Git
UNIX-like
To install Gera on a UNIX-like system, simply run the following command:
curl https://raw.githubusercontent.com/geralang/geraup/main/install.sh | sh
Windows
To install Gera on Windows, go to the Gera installer repository and download the latest release of the installer for Windows and run the executable as an administrator.
To then complete the setup simply create the GERAP_CC_PATH environment variable and set it to the C compiler that you'd like to use with Gera.