Fix clang, openrc #14
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
|
git clone https://github.com/llvm/llvm-project.git
|
||||||
|
tunis
commented
a a
|
||||||
tar -xf clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
|
cd llvm-projcet.git
|
||||||
cd clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04
|
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
||||||
tunis
commented
q q
Ohio2
commented
old old
|
tunis
commented
e e
|
||||||
cd OBJ_ROOT
|
|
||||||
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
|
||||||
tunis
commented
s s
|
|||||||
make
|
make
|
||||||
make install DESTDIR="$1"
|
make install DESTDIR="$1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue
g