8 lines
No EOL
142 B
Bash
Executable file
8 lines
No EOL
142 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /opt/qt59/bin/qt59-env.sh
|
|
mkdir rssguard-build && cd rssguard-build
|
|
qmake .. "$qmake_args"
|
|
make lrelease
|
|
make
|
|
make install |