libtasn1 is a highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://mirrors.kernel.org/gnu/libtasn1/libtasn1-2.10.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/libtasn1/libtasn1-2.10.tar.gz
Download MD5 sum: ef80c227d0dcdc2940fbc58faf8e0cf1
Download size: 1.8 MB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.18 and Valgrind (used during the test suite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libtasn1
Install libtasn1 by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/libtasn1-2.10 && install -v -m644 doc/libtasn1.{html,pdf,ps} \ /usr/share/doc/libtasn1-2.10
If you did not pass the --enable-gtk-doc
parameter to the configure script, install the API
documentation using the following command as the root
user:
make -C doc/reference install-data-local
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2011-11-10 00:14:36 +0000