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