From source

To install Factori from source code you need to have opam installed in your machine.

Opam

Check this link to install opam.

Clone

Clone the repository:

git clone https://gitlab.com/functori/dev/factori.git
cd factori

(Optional) Opam switch

If you want to have a local opam switch for factori, just run:

make opam-switch

Dependencies

Once opam installed, install all dependencies by running:

make build-deps

Build

To build factori binaries, run:

make

Install

You can install Factori by using:

make install

This will, by default, copy the binary factori.asm to ~/.local/bin/factori. If you want to customize the installation just edit the Makefile.