Difference between revisions of "Pwlib"
From CBLFS
Jump to navigationJump to search (→64Bit) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.ekiga.org/admin/downloads/latest/sources/sources/pwlib- | + | | http://www.ekiga.org/admin/downloads/latest/sources/sources/pwlib-{{Pwlib-Version}}.tar.gz |
|} | |} | ||
Revision as of 17:48, 17 December 2006
Download Source: | http://www.ekiga.org/admin/downloads/latest/sources/sources/pwlib-1.10.10.tar.gz |
---|
Dependencies
Optional
- OpenLDAP (you must use this if you wish to build ekiga)
- CyrusSASL
- OpenSSL
- Expat
- SDL
- ALSA
- libraw1394
- libdc1394
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install:
make install && chmod -v 755 /usr/lib/libpt_linux*so*
Multilib
32Bit
Compile the package:
sed -i "s:/share/pwlib:/lib/pwlib:g" Makefile.in && CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ ./configure --prefix=/usr --build=${CLFS_TARGET32} && make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"
Install the package:
make install && chmod -v 755 /usr/lib/libpt_linux*so* && mv -v /usr/bin/ptlib-config{,-32}
N32
TODO
64Bit
Compile the package:
sed -i "s:/share/pwlib:/lib64/pwlib:g" Makefile.in && CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
Install the package:
make install && chmod -v 755 /usr/lib/libpt_linux*so* && mv -v /usr/bin/ptlib-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/ptlib-config