repo/clang/build
2021-08-28 10:05:07 +02:00

5 lines
110 B
Text
Executable file

mkdir build
cd build
cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ..
make
make DESTDIR="$1" install