commit | 6e8c03bc4a42f9783a91a8166e4443ba59ba5a97 | [log] [tgz] |
---|---|---|
author | Simon Josefsson <simon@josefsson.org> | Thu May 13 19:09:21 2021 +0200 |
committer | Simon Josefsson <simon@josefsson.org> | Thu May 13 19:16:19 2021 +0200 |
tree | 086d9f4f9e4839061e0882e6eb5c059aae452ec4 | |
parent | a72a8d1ef13436bf8916097f11c3fc90f07ba911 [diff] |
version 4.17.0 * NEWS: Record release date. Signed-off-by: Simon Josefsson <simon@josefsson.org>
This is GNU Libtasn1, a small ASN.1 library.
The C library (libtasn1.*) is licensed under the GNU Lesser General Public License version 2.1 or later. See the file COPYING.LIB.
The command line tool, self tests, examples, and other auxilliary files, are licensed under the GNU General Public License version 3.0 or later. See the file COPYING.
We require several tools to build the software, including:
The required software is typically distributed with your operating system, and the instructions for installing them differ. Here are some hints:
Debian/Ubuntu:
sudo apt-get install make git autoconf automake libtool bison sudo apt-get install texinfo texlive texlive-extra-utils sudo apt-get install help2man gtk-doc-tools valgrind abigail-tools
Debian <= stretch:
sudo apt-get install texlive-generic-recommended
Debian >= buster:
sudo apt-get install texlive-plain-generic
The next step is to run autoreconf, ./configure, etc:
$ ./bootstrap
Then build the project normally:
$ make $ make check
Happy hacking!
The manual is in the doc/
directory of the release. You can also browse the manual online at:
The coverage report is at:
The project homepage at the gnu site is at: