Compare commits

..

3 commits

Author SHA1 Message Date
Ohio2
6ced0cbc6a Merge https://git.hippoz.xyz/Ohio2/repo
clang
2021-07-09 15:18:01 +02:00
Ohio2
b510669bf9 Merge branch 'master' of https://git.hippoz.xyz/alnux/repo
clang
 Wiersze zaczynające się od „#” będą ignorowane, a pusty komunikat
2021-07-09 15:16:24 +02:00
Ohio2
c9c731721f clang fix 2021-07-09 15:16:10 +02:00

View file

@ -1,5 +1,6 @@
git clone https://github.com/llvm/llvm-project.git wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
cd llvm-projcet.git untar -xf clang-12.0.1.src.tar.xz
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"