Files
concrete/.github/workflows/assets/Installation.md
youben11 a94e05e85b ci: release mac
improve current workflow: more parallelism and factoring of steps with
matrix
2021-12-16 09:15:25 +01:00

468 B

Installation

You can either install the compiler in user space or globally (you need root/sudo access):

  1. User space install: extract the tarball to a chosen path and add chosen/path/zamacompiler/bin to your $PATH.

  2. Global install: extract the tarball to a temporary path , and copy

  • temporary/path/zamacompiler/bin/zamacompiler to /usr/bin (or a directory in $PATH)
  • temporary/path/zamacompiler/lib/libZamalangRuntime.so to /usr/lib (or another lib folder)