7.19. Libtasn1-4.20.0

libtasn1 is a highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema.

Approximate build time: 0.3 SBU
Required disk space: 16 MB

7.19.1. Installation of libtasn1

Configure libtasn1 by running the following command:

./configure --prefix=/usr --disable-static

Build libtasn1 by running the following command:

make

Install libtasn1 by running the following command:

make install