maint: Use gnulib modules in src/ tools. Closes: #37.

Partially reverts 9b6c6519.

Signed-off-by: Simon Josefsson <simon@josefsson.org>
13 files changed
tree: cc85d14347023d8b52423a97380446ab47ddfcdf
  1. devel/
  2. doc/
  3. examples/
  4. fuzz/
  5. lib/
  6. m4/
  7. msvc/
  8. src/
  9. tests/
  10. windows/
  11. .gitignore
  12. .gitlab-ci.yml
  13. .gitmodules
  14. .lgtm.yml
  15. .prev-version
  16. AUTHORS
  17. bootstrap
  18. bootstrap.conf
  19. cfg.mk
  20. configure.ac
  21. CONTRIBUTING.md
  22. COPYING
  23. Makefile.am
  24. NEWS
  25. README.md
  26. THANKS
README.md

Libtasn1 README -- Introduction information

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.

Building the library

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:

$ ./configure
$ make check

Happy hacking!

Manual

The manual is in the doc/ directory of the release.

You can also browse the manual online at:

Code coverage report

The coverage report is at:

Issue trackers

Homepage

The project homepage at the gnu site is at:

https://www.gnu.org/software/libtasn1/