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

6 lines
88 B
Text
Executable file

mkdir build
cmake -B build -G 'Unix Makefiles'
cd build
make
make DESTDIR="$1" install