Difference between revisions of "Opal"
From CBLFS
Jump to navigationJump to searchLine 21: | Line 21: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix= | + | ./configure --prefix=/usr && |
+ | make | ||
+ | |||
+ | Install: | ||
+ | |||
+ | make install |
Revision as of 13:27, 11 November 2006
Download Source: | http://www.ekiga.org/admin/downloads/latest/sources/sources/opal-2.2.3.tar.gz |
---|
Dependencies
Required
Optional
- speex (uses internal version otherwise)
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install:
make install