forked from alnux/repo
Compare commits
No commits in common. "6ced0cbc6a1672a7794504aaca3287791d2ab44f" and "cc4e68c90b0bc2c5c3257a6acf1ebf87d0a0d094" have entirely different histories.
6ced0cbc6a
...
cc4e68c90b
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
|
git clone https://github.com/llvm/llvm-project.git
|
||||||
untar -xf clang-12.0.1.src.tar.xz
|
cd llvm-projcet.git
|
||||||
cd clang-12.0.1.src
|
|
||||||
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
||||||
make
|
make
|
||||||
make install DESTDIR="$1"
|
make install DESTDIR="$1"
|
||||||
|
|
Loading…
Reference in a new issue