7 lines
200 B
Text
7 lines
200 B
Text
In order to build the Ubuntu click package of ttRSS, simply do the following:
|
|
|
|
mkdir build && cd build
|
|
qmake ../ttrss-ubuntu.pro
|
|
make click
|
|
|
|
The click file will be generated in the current directory.
|