X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=doc%2Findex.txt;fp=doc%2Findex.txt;h=1cb2c8491ed74b7eccedf26eeb7b2f921b073987;hp=4d07b83fefad1901a88ff4d90ffd1618527cad3a;hb=f7099ead97bd2052c14213994d05a98fbe172715;hpb=42d52183f55730d3ef513ba6134ebb407c4fc164 diff --git a/doc/index.txt b/doc/index.txt index 4d07b83..1cb2c84 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -3,8 +3,48 @@ PRSS PRSS is a 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 + * GConf2 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 + * libgconf2-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: @@ -12,22 +52,33 @@ checkout the last development sources from the repository: svn co http://wpitchoune.net/svnpub/prss/trunk ----------------------------- -Installation from source archive --------------------------------- +Compilation and installation of PRSS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In the directory of the sources: + ----------------------------- ./configure make clean all sudo make install ----------------------------- -Ubuntu: Installation Using PPA ------------------------------- - +Installation from PPA +--------------------- ------------------------------ 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.