repo/clang/build
2021-07-09 07:22:40 +02:00

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"