4d07b83fefad1901a88ff4d90ffd1618527cad3a
[prss.git] / doc / index.txt
1 PRSS
2 ====
3
4 PRSS is a GTK+ client application for Tiny Tiny RSS.
5
6 Download sources
7 ----------------
8
9 Download a source archive from http://wpitchoune.net/prss/files or
10 checkout the last development sources from the repository:
11 -----------------------------
12 svn co http://wpitchoune.net/svnpub/prss/trunk
13 -----------------------------
14
15 Installation from source archive
16 --------------------------------
17
18 In the directory of the sources:
19 -----------------------------
20 ./configure
21 make clean all
22 sudo make install
23 -----------------------------
24
25 Ubuntu: Installation Using PPA
26 ------------------------------
27
28
29 ------------------------------
30 sudo apt-add-repository ppa:jfi/prss
31 sudo apt-get update
32 sudo apt-get install
33 ------------------------------