commit | b23e852aae416fcc2e385b8b50084c545dd09bac | [log] [tgz] |
---|---|---|
author | Andreas Metzler <gitlab@bebt.de> | Mon May 03 16:41:25 2021 +0000 |
committer | Andreas Metzler <gitlab@bebt.de> | Mon May 03 16:41:25 2021 +0000 |
tree | 38685097568b125dda58f5c7f5a239f176440fb8 | |
parent | cceb71cf17fde213ae6d2e7e641e0bc057359e09 [diff] | |
parent | 3c2cf9011fd062b0c6f76a9fc89c12a42a44571f [diff] |
Merge branch 'tmp-fix-readme' into 'master' Fix homepage URL. Remove text duplicated from LICENSE. See merge request gnutls/libtasn1!77
Branch | CI system | Status |
---|---|---|
Master | Gitlab |
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:
gNewSense/Debian/Ubuntu:
sudo apt-get install make git-core autoconf automake libtool sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils sudo apt-get install help2man gtk-doc-tools valgrind abigail-tools
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: