summaryrefslogtreecommitdiff
path: root/rapid/INSTALL
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2009-11-24 18:27:42 +0100
committerJulien Valroff <julien@kirya.net>2009-11-24 18:27:42 +0100
commitd44c415c55b6337c53d47df6769215c16615e4b4 (patch)
treebaa1fddd7d2db087fe253b79b7ea5aaee5484a9f /rapid/INSTALL
parent06145026987f809d2776810819a517438b14aa82 (diff)
Imported Upstream version 0.1.0~b2upstream/0.1.0.b2
Diffstat (limited to 'rapid/INSTALL')
-rw-r--r--rapid/INSTALL36
1 files changed, 36 insertions, 0 deletions
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.