From 1c557f52d4963e0ecf4f8a53a9099b2118137d5f Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Mon, 23 Nov 2009 20:25:27 +0100 Subject: Imported Upstream version 0.1.0~b2 --- rapid/INSTALL | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 rapid/INSTALL (limited to 'rapid/INSTALL') diff --git a/rapid/INSTALL b/rapid/INSTALL new file mode 100644 index 0000000..7972a01 --- /dev/null +++ b/rapid/INSTALL @@ -0,0 +1,36 @@ +Rapid Photo Downloader depends on the following software: + +- GNOME 2.18 or higher +- GTK+ 2.10 or higher +- Python 2.5 or 2.6 +- pygtk 2.10 or higher +- python-gconf 2.18 or higher +- python-glade2 2.10 or higher +- gnome-python 2.10 or higher +- libexiv2 0.15 or higher +- pyexiv2 0.1.1 or higher + +To run Rapid Photo Downloader you will need all the software mentioned above. To +start from a fairly basic system, I suggest the following: + +1. Install the required gnome packages from your linux distribution's package + repositories. On a recent linux distribution, expect all to be available for + easy download and installation. If you already use gnome, most of the + packages will already be installed. Do confirm that python-gconf, + python-glade2, and gnome-python are installed, because they + may not be quite so common in a base system. + +2. Install pyexiv2. You can probably do that using your distributions's package + repositories (look for python-pyexiv2). But if not, there are instructions + here: + + http://tilloy.net/dev/pyexiv2/developers.htm + +3. Install this application from the tarball. You probably need to be the + super user (root) to be able to do this: + + sudo python setup.py install + + If you get an error saying 'Error while running msgfmt', you will need to + install the gettext package on your system, which contains the msgfmt + program. -- cgit v1.2.3