X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=doc%2Findex.txt;h=acfa8246910c140122d00d78a89c1f0ae92a9c0b;hp=fd1cb3517d8d2280255d3bfaf780ba090a5fcda4;hb=cbdd7637298133b044eabe54ac1d013a37446e77;hpb=55d9edc1a60a09b7bb7992f4fd3cb7b61904a298 diff --git a/doc/index.txt b/doc/index.txt index fd1cb35..acfa824 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -1,4 +1,88 @@ PRSS ==== -PRSS is a GTK+ client application for Tiny Tiny RSS. \ No newline at end of file +PRSS is a GNOME/GTK+ client application for Tiny Tiny RSS. + +Installation from sources +------------------------- + +Build prerequisites +~~~~~~~~~~~~~~~~~~~ + +To compile PRSS, the following librairies and tools must be installed: + + * asciidoc + * autoconf + * automake + * autopoint + * cppcheck + * gettext + * help2man + * CURL library + * GTK+ 3 library + * JSON-C library + * GTK+ Webkit 2 library + * perl + +For Ubuntu 13.04, the following list of packages must be installed: + + * asciidoc + * autoconf + * automake + * autopoint + * debhelper + * cppcheck + * gettext + * help2man + * libcurl4-gnutls-dev + * libgtk-3-dev + * libjson0-dev + * libwebkitgtk-3.0-dev + * perl + + +Download sources +~~~~~~~~~~~~~~~~ + +Download a source archive from http://wpitchoune.net/prss/files or +checkout the last development sources from the repository: +----------------------------- +git git://git.wpitchoune.net/prss.git +----------------------------- + +Compilation and installation of PRSS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In the directory of the sources: + +----------------------------- +./configure +make clean all +sudo make install +----------------------------- + +Installation from PPA +--------------------- + +For Ubuntu: +------------------------------ +sudo apt-add-repository ppa:jfi/prss +sudo apt-get update +sudo apt-get install +------------------------------ + +Configuration +------------- + +Open the web interface of Tiny Tiny RSS, login, open the preferences, +set +Enable external API+ to +Yes+ and click on the button +Save +configuration+. + +Launch PRSS, click on the button 'Preferences' in the toolbar, set +the +URL+ to +http://server_hostname/tt-rss+, and set the login and +password fields. + +Contact +------- + +Send questions, comments, or bugs to jeanfi@gmail.com.