blob: 65b40783c6a23a089a13e89bde74506745d3a319 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001QUICK START INSTALLATION
2========================
3
4./configure # Configure the build infrastructure for your platform
5make # Build the libraries and the compiler
6make check # Ensure that the code is still behaving well
7 # after compiling on your platform
8make install # Install the compiler into standard location
9
Lev Walkin73d3d3e2004-09-06 08:07:55 +000010man asn1c # Display the asn1c manual page
11
Lev Walkinf15320b2004-06-03 03:38:44 +000012
13QUICK USAGE GUIDE
14=================
15
Lev Walkin73d3d3e2004-09-06 08:07:55 +000016For usage guide and more information please refer to the README file.