Re: Do I need to install gtk



On Tue, 04 Jul 2000, you wrote:

Redhat 6.0 comes with Gtk 1.2.1.  If you want the latest you'll have to grab:
ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.8.tar.gz
and
ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.8.tar.gz

Ideally, you can follow these simple instructions:

1) rpm -e gtk+-1.2.1-10
2) rpm -e glib-1.2.1-2
3) Download the two files listed above.
4) cd download_dir
5) tar -xzvf glib-1.2.8.tar.gz
6) tar -xzvf gtk+-1.2.8.tar.gz
7) cd glib-1.2.8
8) ./configure && make && make install
9) cd ../gtk+-1.2.8
10) ./configure && make && make install

Done.  Run gtk-config --version to make sure that you're at 1.2.8.

Matthew


> > hello,
>   I installed RedHat6.0(all pack),do I still need to install gtk.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]