blob: 1ff16bb14b383199942442415c7e33ab46a7881b [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001QUICK START INSTALLATION
2========================
3
4./configure # Configure the build infrastructure for your platform
Lev Walkin74ee31f2005-02-25 12:27:04 +00005
Lev Walkinf15320b2004-06-03 03:38:44 +00006make # Build the libraries and the compiler
Lev Walkin74ee31f2005-02-25 12:27:04 +00007
Lev Walkinf15320b2004-06-03 03:38:44 +00008make check # Ensure that the code is still behaving well
9 # after compiling on your platform
Lev Walkin74ee31f2005-02-25 12:27:04 +000010 # PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM!
Lev Walkin4018d822014-09-07 07:20:33 -070011 # => Lev Walkin <vlm@lionet.info>
Lev Walkin74ee31f2005-02-25 12:27:04 +000012
Lev Walkinf15320b2004-06-03 03:38:44 +000013make install # Install the compiler into standard location
14
Lev Walkin73d3d3e2004-09-06 08:07:55 +000015man asn1c # Display the asn1c manual page
16
Lev Walkinf15320b2004-06-03 03:38:44 +000017
18QUICK USAGE GUIDE
19=================
20
Lev Walkin73d3d3e2004-09-06 08:07:55 +000021For usage guide and more information please refer to the README file.
Lev Walkine77d4562005-02-18 16:28:44 +000022
23In case of any difficulties with installing the compiler, consider using
24the Online ASN.1 Compiler at
25
26 http://lionet.info/asn1c
27
28--
29Lev Walkin
30vlm@lionet.info