From aad1a4a989dddce23aaa30bfe3b4059587ad5e73 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 16 Aug 2008 19:43:59 -0300 Subject: [PATCH] Documentation on how to build, run and use the softwares --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 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. -- 2.20.1