commit | 38280ca123ee03e503b6593cf0115550016eef02 | [log] [tgz] |
---|---|---|
author | Simon Josefsson <simon@josefsson.org> | Tue May 25 17:20:17 2021 +0000 |
committer | Simon Josefsson <simon@josefsson.org> | Tue May 25 17:20:17 2021 +0000 |
tree | 9d55eab5e49adfa4368cd49ebeff59f49e7ab6c7 | |
parent | c65f9a65ab41e53d554215e77dbe7570d2ad653c [diff] | |
parent | 0d8b904922893cb8856ac2eabc7e6b969d446515 [diff] |
Merge branch 'tmp-gnulib-update' into 'master' Update gnulib. See merge request gnutls/libtasn1!82
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: