Skip to content
Snippets Groups Projects
Forked from oai / asn1c
855 commits behind the upstream repository.
INSTALL 468 B
QUICK START INSTALLATION
========================

./configure	# Configure the build infrastructure for your platform
make		# Build the libraries and the compiler
make check	# Ensure that the code is still behaving well
		# after compiling on your platform
make install	# Install the compiler into standard location

man asn1c	# Display the asn1c manual page


QUICK USAGE GUIDE
=================

For usage guide and more information please refer to the README file.