1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Changed the way that program starts: it's possible to run it from its

directory or place in desired directory, copy pyGTKtalog script in
   place pointed in $PATH (or not), and change path to pygtktalog.py
   file.
This commit is contained in:
2008-05-08 11:58:41 +00:00
parent d0b23f9202
commit 1eaad783f9
3 changed files with 33 additions and 35 deletions

18
README
View File

@@ -45,13 +45,19 @@ BeOS/ZETA/Haiku, QNX or MacOSX).
INSTALATION
===========
All you have to do is:
You don't have to install it if you don't want to. You can just change current
directory to pyGTKtalog and simply run:
./pyGTKtalog
That's it. Alternatively, if you like to put it in more system wide place, all
you have to do is:
- put pyGTKtalog directory into your destination of choice (/usr/local/share,
/opt or ~/ is typical choice)
- modify pyGTKtalog/pyGTKtalog line 4 to match right directory
- copy/link pyGTKtalog/pyGTKtalog shell script to /usr/bin, /usr/local/bin or in
- copy pyGTKtalog shell script to /usr/bin, /usr/local/bin or in
other place, where PATH variable is pointing or you feel like.
- then modify pyGTKtalog line 6 to match right pygtktalog.py directory
Then, just run pyGTKtalog script.
@@ -116,9 +122,9 @@ Removed:
NOTES
=====
Catalog file is tared and optionaly compressed sqlite database and directories
with images and thumbnails. If there are more images, the size of catalog file
will grow. So be carefull with adding big images in your catalog file!
Catalog file is tared and optionaly gziped sqlite database and directories with
images and thumbnails. If there are more images, the size of catalog file will
grow. So be carefull with adding big images in your catalog file!
BUGS
====