aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-10-12 17:31:55 -0700
committerLev Walkin <vlm@lionet.info>2014-10-12 17:31:55 -0700
commitd25537ff2de7a94baa344b23f5d38ab98b2f3c83 (patch)
tree6c98ddca63a43cd228039ea086556a98a2699ce7
parent1b03c7936897d09c5cd6522f03f54ad9f715f050 (diff)
better quick start installation dox
-rw-r--r--INSTALL38
1 files changed, 29 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 1ff16bb1..5f688148 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,24 +1,44 @@
+
QUICK START INSTALLATION
========================
-./configure # Configure the build infrastructure for your platform
+./configure
+
+ (or autoreconf -iv && ./configure, if you've got asn1c straight from github).
+
+ Configure the build infrastructure for your platform
+ asn1c specific ./configure options include:
+ --enable-Werror
+ --enable-ASN_DEBUG
+ invoke `./configure --help` for details.
+
+make
-make # Build the libraries and the compiler
+ Build the libraries and the compiler.
-make check # Ensure that the code is still behaving well
- # after compiling on your platform
- # PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM!
- # => Lev Walkin <vlm@lionet.info>
+make check
-make install # Install the compiler into standard location
+ Ensure that the code is still behaving well after compiling on your platform.
+ PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM! Lev Walkin <vlm@lionet.info>
-man asn1c # Display the asn1c manual page
+make install
+ Install the compiler into a standard location.
+ Use ./configure --prefix to override install location.
+
+man asn1c
+
+ Display the asn1c manual page.
QUICK USAGE GUIDE
=================
-For usage guide and more information please refer to the README file.
+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
In case of any difficulties with installing the compiler, consider using
the Online ASN.1 Compiler at