aerothemeplasma/KWin/kwin_reflect/install

13 行
172 B
Bash
実行ファイル

#!/bin/sh
ORIGINAL_DIR=$(pwd)
rm -rf build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
#sudo make install
cd $ORIGINAL_DIR