Difference between revisions of "Ekiga"
From CBLFS
Jump to navigationJump to searchLine 14: | Line 14: | ||
=== Optional === | === Optional === | ||
+ | |||
+ | * [[D-Bus]] | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | |||
+ | Compile: | ||
+ | |||
+ | ./configure --prefix=/usr --enable-dbus && | ||
+ | make | ||
+ | |||
+ | Install: | ||
+ | |||
+ | make install |
Revision as of 14:24, 11 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
Optional
Non-Multilib
Compile:
./configure --prefix=/usr --enable-dbus && make
Install:
make install