repo/llvm/build

7 lines
88 B
Text
Raw Permalink Normal View History

mkdir build
2021-07-19 09:45:18 +03:00
cmake -B build -G 'Unix Makefiles'
cd build
make
make DESTDIR="$1" install