Difference between revisions of "ScrollKeeper"
From CBLFS
Jump to navigationJump to search (→Optional) |
|||
Line 15: | Line 15: | ||
* [[Perl Module XML::Parser]] | * [[Perl Module XML::Parser]] | ||
=== Optional === | === Optional === | ||
− | * [[ | + | * [[Intltool]] |
== Non-Multilib == | == Non-Multilib == |
Revision as of 11:33, 16 September 2006
Download Source: | http://ftp.gnome.org/pub/gnome/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.bz2 |
---|
Contents
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr \ --sysconfdir=/etc --localstatedir=/var \ --disable-static --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\ /opt/kde-3.5.2/share/omf:\ /opt/gnome-2.14.2/share/omf && make
Install the package
make install
Multilib
/usr/bin/scrollkeeper-config is not wrapped because it does not contain any arch specific information
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr \ --sysconfdir=/etc --localstatedir=/var \ --disable-static --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\ /opt/kde-3.5.2/share/omf:\ /opt/gnome-2.14.2/share/omf && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \ --sysconfdir=/etc --localstatedir=/var \ --disable-static --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\ /opt/kde-3.5.2/share/omf:\ /opt/gnome-2.14.2/share/omf && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ --sysconfdir=/etc --localstatedir=/var \ --disable-static --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\ /opt/kde-3.5.2/share/omf:\ /opt/gnome-2.14.2/share/omf && make
Install the package
make install