~dlynch3/rapid/release-0.3.5

« back to all changes in this revision

Viewing changes to rapid/INSTALL

  • Committer: Damon Lynch
  • Date: 2009-03-25 10:36:57 UTC
  • Revision ID: damonlynch@gmail.com-20090325103657-un1it6m3jt6nv871
packaging fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Rapid Photo Downloader depends on the following software:
 
2
 
 
3
- GNOME 2.18
 
4
- GTK+ 2.10
 
5
- Python 2.5
 
6
- pygtk 2.10
 
7
- python-gconf 2.18
 
8
- python-glade2 2.10 
 
9
- gnome-python 2.10
 
10
- libexiv2 0.15
 
11
- pyexiv2 0.1.2
 
12
 
 
13
To run Rapid Photo Downloader you will need all the software mentioned above. To
 
14
start from a fairly basic system, I suggest the following:
 
15
 
 
16
1. Install the required gnome packages from your linux distribution's package 
 
17
   repositories.  On a recent linux distribution, expect all to be available for
 
18
   easy download and installation.  If you already use gnome, most of the 
 
19
   packages will already be installed.  Do confirm that python-gconf, 
 
20
   python-glade2, and gnome-python are installed, because they
 
21
   may not be quite so common in a base system.
 
22
    
 
23
2. Install pyexiv2.  You can probably do that using your distributions's package 
 
24
   repositories (look for python-pyexiv2). But if not, there are instructions 
 
25
   here: 
 
26
   
 
27
   http://tilloy.net/dev/pyexiv2/developers.htm
 
28
   
 
29
3. Install this application from the tarball. You probably need to be the 
 
30
   super user (root) to be able to do this:
 
31
 
 
32
   sudo python setup.py install
 
33