blob: d7633938cfebd9abd1c73e3ef8e227e3135558f9 [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.
Lev Walkine77d4562005-02-18 16:28:44 +000017
18In case of any difficulties with installing the compiler, consider using
19the Online ASN.1 Compiler at
20
21 http://lionet.info/asn1c
22
23--
24Lev Walkin
25vlm@lionet.info