glib-2.12.4:
./configure --prefix=/usr &&
make -j 4 &&
make install


gtk+-2.10.6:
./configure --prefix=/usr --sysconfdir=/etc &&
make -j 2
make install &&
install -v -m755 -d /usr/share/doc/gtk+-2.10.6/{faq,tutorial} &&
cp -v -R docs/faq/html/* /usr/share/doc/gtk+-2.10.6/faq &&
cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-2.10.6/tutorial


Theses two replace GLib-2.10.3 and GTK+-2.8.20 from the BLFS book !
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to