asn1c/INSTALL

52 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-10-13 00:31:55 +00:00
2004-06-03 03:38:44 +00:00
QUICK START INSTALLATION
========================
2014-10-13 00:31:55 +00:00
./configure
2014-10-13 00:55:50 +00:00
(or `autoreconf -iv && ./configure` if you've got asn1c
straight from github).
2014-10-13 00:31:55 +00:00
Configure the build infrastructure for your platform
asn1c specific ./configure options include:
--enable-Werror
--enable-ASN_DEBUG
invoke `./configure --help` for details.
make
2005-02-25 12:27:04 +00:00
2014-10-13 00:31:55 +00:00
Build the libraries and the compiler.
2005-02-25 12:27:04 +00:00
2014-10-13 00:31:55 +00:00
make check
2005-02-25 12:27:04 +00:00
2014-10-13 00:55:50 +00:00
Ensure asn1c is still behaving well after compiling on your platform.
PLEASE CONTACT ME IF THIS STEP FAILS! Lev Walkin <vlm@lionet.info>
2004-06-03 03:38:44 +00:00
2014-10-13 00:31:55 +00:00
make install
2004-09-06 08:07:55 +00:00
2014-10-13 00:31:55 +00:00
Install the compiler into a standard location.
Use ./configure --prefix to override install location.
man asn1c
Display the asn1c manual page.
2004-06-03 03:38:44 +00:00
QUICK USAGE GUIDE
=================
2014-10-13 00:31:55 +00:00
For usage guide and more information please refer to:
* the ./README.md file.
* the asn1c manual page `man asn1c`
* the included quick start PDF doc/asn1c-quick.pdf
* the comprehensive usage documentation doc/asn1c-usage.pdf
2005-02-18 16:28:44 +00:00
In case of any difficulties with installing the compiler, consider using
the Online ASN.1 Compiler at
http://lionet.info/asn1c
--
Lev Walkin
vlm@lionet.info