blob: 46468226ef8069696c84f60dccd61d15a935ffca [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!
11
Lev Walkinf15320b2004-06-03 03:38:44 +000012make install # Install the compiler into standard location
13
Lev Walkin73d3d3e2004-09-06 08:07:55 +000014man asn1c # Display the asn1c manual page
15
Lev Walkinf15320b2004-06-03 03:38:44 +000016
17QUICK USAGE GUIDE
18=================
19
Lev Walkin73d3d3e2004-09-06 08:07:55 +000020For usage guide and more information please refer to the README file.
Lev Walkine77d4562005-02-18 16:28:44 +000021
22In case of any difficulties with installing the compiler, consider using
23the Online ASN.1 Compiler at
24
25 http://lionet.info/asn1c
26
27--
28Lev Walkin
29vlm@lionet.info