mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
489 B
489 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/concretecompiler/bin to your $PATH.
-
Global install: extract the tarball to a temporary path , and copy
- temporary/path/concretecompiler/bin/concretecompiler to /usr/bin (or a directory in $PATH)
- temporary/path/concretecompiler/lib/libConcretelangRuntime.so to /usr/lib (or another lib folder)