#---------------------------------------------------------------------------- # build_libgnutls26.txt - how to build the libgnutls26 binaries # and create folder and packages # # Creation : 2008-11-30 alex # Last update: $Id$ # # !!! this is not a script but a step-by-step howto !!! #---------------------------------------------------------------------------- exit 1 ### Download the source code from the internet, e.g. # ftp://ftp.gnu.org/pub/gnu/gnutls/ gnutls # gnutls-2.8.4.tar.bz2 ### Extract archive into a temporary location tar -xjvf gnutls-2.8.4.tar.bz2 cd gnutls-2.8.4 ### Build ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --libdir=/usr/lib \ --build=i486-pc-linux-gnu \ --libexecdir=/usr/local/gnutls make make install ### Strip files/binaries strip -s *** ### Copy binaries cp *** /trunk/lib/libgnutls26/_bin_26.11.3/*** ### Copy header files cp *** /trunk/lib/libgnutls26/-dev_bin_26.11.3/***