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
|
T E L E G N O M E
--------------------------------
https://telegnome.sourceforge.io
--------------------------------
To compile this package, you need:
An ANSI C-compiler
GLib >= 2.44
GTK+ >= 3.22
gdk-pixbuf >= 2.26
cairo >= 1.10
uuid
If you want to rebuild the generated C files from their Vala source files,
you will also need valac.
If you have GNOME installed in /usr, which is the default, you should do:
./configure --prefix=/usr
make
(become root)
make install
that will do it...
good luck,
Colin Watson <cjwatson@debian.org>,
Arjan Scherpenisse <acscherp@wins.uva.nl>,
Dirk-Jan <djcb@dds.nl>
|