7 lines
No EOL
114 B
Bash
Executable file
7 lines
No EOL
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /opt/qt58/bin/qt58-env.sh
|
|
mkdir rssguard-build && cd rssguard-build
|
|
qmake ..
|
|
make
|
|
make install |