asn1c/INSTALL

17 lines
468 B
Plaintext
Raw Normal View History

2004-06-03 03:38:44 +00:00
QUICK START INSTALLATION
========================
./configure # Configure the build infrastructure for your platform
make # Build the libraries and the compiler
make check # Ensure that the code is still behaving well
# after compiling on your platform
make install # Install the compiler into standard location
2004-09-06 08:07:55 +00:00
man asn1c # Display the asn1c manual page
2004-06-03 03:38:44 +00:00
QUICK USAGE GUIDE
=================
2004-09-06 08:07:55 +00:00
For usage guide and more information please refer to the README file.