#---------------------------------------------------------------------------- # build_libtasn1-3.txt - how to build the libtasn1-3 binaries # and create folder and packages # # Creation : 2008-10-25 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/gnu/gnutls/ libtasn1 # libtasn1-2.2.tar.gz ### Extract archive into a temporary location tar -xzvf libtasn1-2.2.tar.gz cd libtasn1-2.2 ### Build ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --libdir=/usr/lib \ --build=i486-pc-linux-gnu \ --libexecdir=/usr/local/libtasn1 make make install ### Strip files/binaries #strip -s *** ### Copy binaries #cp *** /trunk/lib/libtasn1-3/_bin_3.0.16/*** ### Copy header files #cp *** /trunk/lib/libtasn1-3/-dev_bin_3.0.16/***