Difference between revisions of "Ekiga"
From CBLFS
Jump to navigationJump to search (→Non-Multilib) |
|||
Line 12: | Line 12: | ||
* [[pwlib]] | * [[pwlib]] | ||
* [[opal]] | * [[opal]] | ||
− | + | * [[ScrollKeeper]] | |
+ | * [[GConf]] | ||
+ | === Recommended === | ||
+ | * [[SDL]] | ||
=== Optional === | === Optional === | ||
− | |||
* [[DBUS]] (Glib Binding) | * [[DBUS]] (Glib Binding) | ||
+ | * [[Avahi]] | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 21: | Line 24: | ||
Compile: | Compile: | ||
− | ./configure --prefix=/usr --sysconfdir=/etc/gnome --enable-dbus && | + | ./configure --prefix=/usr --sysconfdir=/etc/gnome \ |
+ | --localstatedir=/var/lib --enable-dbus && | ||
make | make | ||
Revision as of 13:03, 12 November 2006
Download Source: | http://www.gnomemeeting.org/includes/clicks_counter.php?http://www.ekiga.org/admin/downloads/latest/sources/sources/ekiga-2.0.3.tar.gz |
---|
Dependencies
Required
Recommended
Optional
Non-Multilib
Compile:
./configure --prefix=/usr --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --enable-dbus && make
Install:
make install