+++ /dev/null
-Dependencies:
-
- * Python 2.3 or newer. Found at:
-
- http://www.python.org
-
- * Python Imaging Library. Found at:
-
- http://www.pythonware.com/products/pil/
-
- * SQLite (not needed for Windows since it's included in
- the PySQLite installer). Found at:
-
- http://www.sqlite.org
-
- * PySQLite. Found at:
-
- http://pysqlite.sourceforge.net
-
- * CherryPy (for building the web client). Found at:
-
- http://www.cherrypy.org
-
-Installation:
-
- Unix/Windows:
-
- Run "python setup.py install". See "python setup.py --help"
- for more information. For example: To install to a different
- location than the default (say, c:\kofoto or /usr/local), run
- "python setup.py --prefix=<otherlocation>".
-
- Unix (alternative):
-
- Run "make install" (installs into /usr/local) or "make install
- PREFIX=<prefix>".
-
- GKofoto under Windows:
-
- GTK+ 2.2 for Windows. Found at:
-
- http://gladewin32.sourceforge.net
-
- PyGTK for Windows. Found at:
-
- http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html