Difference between revisions of "Pwlib"

From CBLFS
Jump to navigationJump to search
Line 10: Line 10:
  
 
=== Required ===
 
=== Required ===
 +
 +
== Optional ==
 +
 +
* [[OpenLDAP]] (you must use this if you wish to build ekiga)
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 15: Line 19:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr &&
+
  ./configure --prefix=/usr --enable-plugins &&
 
  make
 
  make
  

Revision as of 14:43, 11 November 2006

Download Source: http://www.ekiga.org/admin/downloads/latest/sources/sources/pwlib-1.10.2.tar.gz

Dependencies

Required

Optional

  • OpenLDAP (you must use this if you wish to build ekiga)

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-plugins &&
make

Install:

make install