get eevo

Download

Universal executable for any operating system, yes really! 1

Download for x84_64

Download for aarch64

On Windows you need to rename the downloaded file to eevo.exe to allow Windows to recognize it.

No further steps are required for everyone else, expect moving it to somewhere in your $PATH if you want to access it from anywhere. 2

Install From Source

Interpreter

A command line interpreter is provided with eevo by default.3

Modify config.mk to your liking, or leave as is for default Unix-like systems.

$ git clone https://codeberg.org/eevo/eevo && cd eevo
$ make
$ sudo make install
How to build universal binary

Library

eevo can also be statically embedded as a library in other C programs with almost zero dependencies. Simply drop eevo0.1.c, eevo0.1.h, into your project to use the necessary functions for your program.

$ wget https://eevo.pub/get/eevo0.1.tar.gz
$ tar xf eevo0.1.tar.gz -C path/to/your/project

  1. So far only tested on Fedora Linux, Ubuntu Linux, and Windows 10 but should work on any Linux distro, Windows, MacOS, FreeBSD, OpenBSD, and NetBSD for x84_64 (AMD64) and aarch64 (ARM64) architectures. See cosmo for more.↩︎

  2. This likely means move it to /usr/local/bin/.↩︎

  3. Provided in main.c.↩︎