mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
468 B
468 B
Installation
You can either install the compiler in user space or globally (you need root/sudo access):
-
User space install: extract the tarball to a chosen path and add chosen/path/zamacompiler/bin to your $PATH.
-
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)