6 lines
182 B
Text
Executable file
6 lines
182 B
Text
Executable file
git clone https://github.com/llvm/llvm-project.git
|
|
cd llvm-projcet.git
|
|
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
|
make
|
|
make install DESTDIR="$1"
|
|
|