mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-05 20:56:57 +01:00
7 lines
114 B
Bash
7 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source /opt/qt57/bin/qt57-env.sh
|
||
|
mkdir rssguard-build && cd rssguard-build
|
||
|
qmake ..
|
||
|
make
|
||
|
make install
|