Documentation on how to build, run and use the softwares
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 16 Aug 2008 22:43:59 +0000 (19:43 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 16 Aug 2008 22:43:59 +0000 (19:43 -0300)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..ebacfb2
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+There are two softwares here.
+
+One allows you to edit a file describing where faces are in the picture,
+which we call gzv.
+
+The other one allows you to show the picture, zooming in and out between
+faces, which we call movie.
+
+To run gzv, you will need PyGTK, which, in Debian, is installed by the
+python-gtk2 package. Then, run it with python gzv.py.
+
+There is a sample project file named project, with the Debconf8 picture
+and a dots file.
+
+To build movie, you will need GTK+ and GDK-Pixbuf development files. In
+Debian, just install libgtk2.0-dev. Then type make.
+
+To show the picture, just give as parameters to the movie program the
+picture and the dots file.