Difference between revisions of "Gtk2"
From CBLFS
Jump to navigationJump to searchLine 74: | Line 74: | ||
make install && | make install && | ||
− | install -v -m755 -d /usr/share/doc/gtk+-2.8.20/{faq,tutorial} && | + | install -v -m755 -d /usr/share/doc/gtk+-2.8.20/{faq,tutorial} && |
− | cp -v -R docs/faq/html/* /usr/share/doc/gtk+-2.8.20/faq && | + | cp -v -R docs/faq/html/* /usr/share/doc/gtk+-2.8.20/faq && |
− | cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-2.8.20/tutorial | + | cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-2.8.20/tutorial |
Revision as of 13:52, 16 September 2006
Download Source: | ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-2.10.3.tar.bz2 |
---|
Contents
Dependencies
Required
Reccomended
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install &&
install -v -m755 -d /usr/share/doc/gtk+-2.8.20/{faq,tutorial} && cp -v -R docs/faq/html/* /usr/share/doc/gtk+-2.8.20/faq && cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-2.8.20/tutorial
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 \ ./configure --prefix=/usr --libdir=/usr/lib32 \ --sysconfdir=/etc && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 \ ./configure --prefix=/usr --libdir=/usr/lib64 \ --sysconfdir=/etc && make
Install the package
make install && install -v -m755 -d /usr/share/doc/gtk+-2.8.20/{faq,tutorial} && cp -v -R docs/faq/html/* /usr/share/doc/gtk+-2.8.20/faq && cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-2.8.20/tutorial