blob: 46468226ef8069696c84f60dccd61d15a935ffca [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001QUICK START INSTALLATION
2========================
3
4./configure # Configure the build infrastructure for your platform
vlm6304f882005-02-25 12:27:04 +00005
vlmfa67ddc2004-06-03 03:38:44 +00006make # Build the libraries and the compiler
vlm6304f882005-02-25 12:27:04 +00007
vlmfa67ddc2004-06-03 03:38:44 +00008make check # Ensure that the code is still behaving well
9 # after compiling on your platform
vlm6304f882005-02-25 12:27:04 +000010 # PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM!
11
vlmfa67ddc2004-06-03 03:38:44 +000012make install # Install the compiler into standard location
13
vlm7d11bec2004-09-06 08:07:55 +000014man asn1c # Display the asn1c manual page
15
vlmfa67ddc2004-06-03 03:38:44 +000016
17QUICK USAGE GUIDE
18=================
19
vlm7d11bec2004-09-06 08:07:55 +000020For usage guide and more information please refer to the README file.
vlm86a96da2005-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