First Steps

Setting Up Cuneiform

Requirements

  • a Linux, BSD, or Mac OS operating system

  • Erlang/OTP 19.0 or higher

  • Rebar 3.0 or higher

Download

Download Cuneiform using the git command line tool.:

git clone https://github.com/joergen7/cuneiform.git
cd cuneiform

Build

Build Cuneiform using Rebar 3.0.:

rebar3 escriptize

Install

Install Cuneiform by copying the Erlang script to a location that is accessible via the system’s PATH variable.:

cp _build/default/bin/cfl ~/bin

Starting Cuneiform

Start Cuneiform by executing the Erlang script:

cfl

My First Program