Installation
Install Binary
Download the binary for your OS and Architecture here.
Rename the binary to tele
and put it in your path.
Build From Source
Install Zig 0.14 from here.
Download the Tele code.
cd tele/tele
zig build
The binary will be at zig-out/bin/tele
.
Dependencies
The Tele binary only compiles Tele code to Erlang code. To actually run the code or do anything useful you will need Erlang and the build tool Rebar3.
Install Erlang/Rebar3:
Install Erlang from here.
Install Rebar3 from here.