mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
11 lines
489 B
Markdown
11 lines
489 B
Markdown
# 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/concretecompiler/bin to your $PATH.
|
|
|
|
2. 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)
|