Gnome-bluetooth: Difference between revisions
From CBLFS
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
== Dependencies == | == Dependencies == | ||
*[[GOB2]] | === Required === | ||
*[[libbtctl]] | * [[GOB2]] | ||
* [[libbtctl]] | |||
* [[libgnomeui]] | |||
* [[libglade]] | |||
* [[PyGTK]] | |||
* [[GNOME Virtual File System]] | |||
* [[LibXML2]] | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 16: | Line 22: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && | ||
make | make | ||
Install the package | Install the package | ||
make install | make install | ||
== Multilib == | |||
Revision as of 03:07, 8 November 2006
| Download Source: | http://ftp.gnome.org/pub/gnome/sources/gnome-bluetooth/0.8/gnome-bluetooth-0.8.0.tar.bz2 |
|---|
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome &&
make
Install the package
make install