# HG changeset patch # User Oleksandr Gavenko # Date 1342126553 -10800 # Node ID 4a96c81d6c23a0c456f2702bf5d07aeab1643eaf # Parent ea850dc51cd57659a530856810e7e78888cc6ad5 Obtaining instructions. diff -r ea850dc51cd5 -r 4a96c81d6c23 INSTALL.rst --- a/INSTALL.rst Thu Jul 12 23:19:49 2012 +0300 +++ b/INSTALL.rst Thu Jul 12 23:55:53 2012 +0300 @@ -12,6 +12,24 @@ .. include:: VERSION.rst +Obtaining. +========== + +For distribution tarbol use (for regular users):: + + gadict-$major.$minor.tar.bz2 + +For source tarboll use:: + + gadict-$major.$minor_src.tar.gz + +``$major`` and ``$minor`` represent version components. + +To get these files use appropriate links: + + * https://sourceforge.net/projects/gadict/files/v$major.$minor/gadict-$major.$minor_src.tar.gz + * https://sourceforge.net/projects/gadict/files/v$major.$minor/gadict-$major.$minor.tar.gz + How to build and install from supplied Makefile. ================================================ diff -r ea850dc51cd5 -r 4a96c81d6c23 README.rst --- a/README.rst Thu Jul 12 23:19:49 2012 +0300 +++ b/README.rst Thu Jul 12 23:55:53 2012 +0300 @@ -80,8 +80,15 @@ Download page. ============== +Check `Obtaining instructions `_. + https://sourceforge.net/projects/gadict/files/ - gadict source releases at SourceForge. + gadict releases at SourceForge. + +Installation instructions. +========================== + +Check `Installation instructions `_. Reporting issue. ================