File: README

package info (click to toggle)
igal 1.4-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 188 kB
  • ctags: 13
  • sloc: perl: 557; makefile: 45
file content (42 lines) | stat: -rw-r--r-- 1,755 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
******    If you like iGal and would like to say "thank you"    ******
******               please see the THANKS file.                ******

iGal needs Perl to run and either cjpeg/djpeg/pnmscale (from libjpeg) or
ImageMagick to generate your thumbnails.  These come standard with most
Linux distributions today.  Else get them from perl.com and rpmfind.net.
Source code for these image utilities can be found at imagemagick.org,
www.ijg.org and netpbm.sourceforge.net.

------------------------------------------------------------------------

To install from the tarball (as root)
    make install

This will put the relevant files in /usr/local.  You can change this
destination by modifying the DESTDIR at the top of the Makefile and the
LIBDIR variable at the 8th line of iGal code.

To uninstall from the tarball (as root)
    make clean

------------------------------------------------------------------------

To install from the RPM (as root)
    rpm -Uvv igal-1.4-1.noarch.rpm

This will install files (and show you what it's doing) in /usr/local.
If you want to change this to say /usr instead, try rpm --prefix /usr.
You will also need to change the LIBDIR at the top of the iGal code.

------------------------------------------------------------------------

The iGal web site is at http://www.stanford.edu/~epop/igal.
For more help please read the included man page or run igal --help.

Send any comments to epop@stanford.edu.  I don't plan on spending much
time updating iGal, but if any bugs are critical then I probably ought
to fix at least those.

iGal is copyright 2000 Eric Pop <epop@stanford.edu>.  It is distributed
under the terms of the GNU General Public License, see the file COPYING
in the source distribution for details.