[R-SIG-Mac] how can i install: glib/gtk 1.2.10

Zak James zak4ms at gmail.com
Thu Aug 31 21:47:02 CEST 2006


Hi,

>From http://www.macgimp.org/staticpages/index.php?page=howto : urls
may no longer work, but the build steps do.

GTK+ (gimp toolkit) library

% setenv CPPFLAGS -no-cpp-precomp
% curl -O ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz
% tar -zxvf gtk+-1.2.10.tar.gz
% cd gtk+-1.2.10
% cp /usr/share/libtool/config.guess .
% cp /usr/share/libtool/config.sub .
% mv ltmain13 ltmain13-backup
% mv ltconfig13 ltconfig13-backup
% curl -O http://www.macgimp.org/ltmain13
% curl -O http://www.macgimp.org/ltconfig13
% ./configure --enable-shared --enable-static
% make
% sudo make install
% echo "Give root password as requested."
% rehash

glib
% curl -O ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz
% tar -zxvf glib-1.2.10.tar.gz
% cd glib-1.2.10
% cp /usr/share/libtool/config.guess .
% cp /usr/share/libtool/config.sub .
% mv ltmain13 ltmain13-backup
% mv ltconfig13 ltconfig13-backup
% curl -O http://www.macgimp.org/ltmain13
% curl -O http://www.macgimp.org/ltconfig13
% ./configure --enable-shared --enable-static
% make
% sudo make install
% echo "Give root password as requested."
% rehash

On 8/31/06, massimodisasha <massimodisasha at yahoo.it> wrote:
> hi,
> at :
> http://r.research.att.com/
>   i've download :
>
> glib/gtk 1.2.10 (w/patches)
> glibgtk-1.2.10-univ.tar.gz
>
>
> but i do not know how can i install it :-(
> it is a folder :
> http://img350.imageshack.us/img350/7388/immagine4by9.png
>
> sorry for the newbie question
> i hope that you can halpe me,
> thanks.
> Massimo
>
>
>
>         [[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>


-- 
Zak James
Applications and Software Development
DM Solutions Group Inc.
http://www.dmsolutions.ca



More information about the R-SIG-Mac mailing list