X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=doc%2Findex.html;h=80c9f14d0d25e72b52956bdb8d8b89bd5baaad43;hp=f472ea9e1d98189125bc51b800967557b9eef2ab;hb=f7099ead97bd2052c14213994d05a98fbe172715;hpb=42d52183f55730d3ef513ba6134ebb407c4fc164 diff --git a/doc/index.html b/doc/index.html index f472ea9..80c9f14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -750,8 +750,154 @@ asciidoc.install(2);
-

1. Download sources

+

1. Installation from sources

+
+

1.1. 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 +

    +
  • +
+
+
+

1.2. Download sources

Download a source archive from http://wpitchoune.net/prss/files or checkout the last development sources from the repository:

@@ -759,10 +905,8 @@ checkout the last development sources from the repository:

svn co http://wpitchoune.net/svnpub/prss/trunk
- -
-

2. Installation from source archive

-
+
+

1.3. Compilation and installation of PRSS

In the directory of the sources:

@@ -772,8 +916,9 @@ sudo make install
+
-

3. Ubuntu: Installation Using PPA

+

2. Installation from PPA

@@ -783,11 +928,22 @@ sudo apt-get install
+
+

3. 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.

+
+