#---------------------------------------------------------------------------- # build_capi.txt - how to build the capi binaries # # Creation : 2007-01-01 hbfl # Last update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 ### download the source code from the internet, e.g. # ftp.isdn4linux.de/pub/isdn4linux ### extract file in a temporary location tar xjvf isdn4k-utils-CVS-2005-12-06.tar.bz2 # 2015-09-12 -> libcapi20-3.0.7 # build with rpm # libcapi20-3.0.7-14.2.src.rpm # hbfl # 2018-07-10 -> libcapi20-3.0.7 # build with rpm # libcapi20-3.0.7-15.2.src.rpm # hbfl # 2021-01-09 -> libcapi20-3.27 # build with rpm Suse # libcapi20-3.27-1.3.src.rpm # hbfl # 2021-06-25 -> libcapi20-3.27 # rebuild with rpm Suse -> gcc-10 -> glibc-2.33 # libcapi20-3.27-1.7.src.rpm # patch for capi20.conf # hbfl # 2023-06-29 -> libcapi20-3.27 # rebuild with rpm Suse -> gcc-12 -> glibc-2.37 # libcapi20-3.27-2.37.src.rpm # patch for capi20.conf and libtool cd capi20 ### build ./configure --prefix=/usr make make install # strip files strip -s *** # copy files cp *** /drivers/capi/bin_libcapi20_*** #-------------------------------------------------------------------------------