Commit 657dbe72 authored by Lev Walkin's avatar Lev Walkin

formatting

parent 83b52d8f
...@@ -3,17 +3,19 @@ ...@@ -3,17 +3,19 @@
### Configure ### Configure
**Configure with the default settings:** Configure with the default settings:
test -f configure || autoreconf -iv test -f configure || autoreconf -iv
./configure ./configure
make make
**Configure with non-standard settings:** Configure with non-standard settings:
asn1c specific ./configure options include: asn1c specific ./configure options include:
--enable-Werror --enable-Werror
--enable-ASN_DEBUG --enable-ASN_DEBUG
invoke `./configure --help` for details. invoke `./configure --help` for details.
### Build ### Build
...@@ -28,28 +30,26 @@ Ensure asn1c is still behaving well after compiling on your platform: ...@@ -28,28 +30,26 @@ Ensure asn1c is still behaving well after compiling on your platform:
### Install ### Install
**Install the compiler into a standard location:** Install the compiler into a standard location:
make install make install
# Use ./configure --prefix to override install location. # Use ./configure --prefix to override install location.
**Display the `asn1c` manual page:** Display the `asn1c` manual page:
man asn1c man asn1c
## QUICK USAGE GUIDE ## Quick Usage Guide
For usage guide and more information please refer to: For a usage guide and more information please refer to:
* the ./README.md file. * the [README.md](README.md) file.
* the asn1c manual page `man asn1c` * the asn1c manual page `man asn1c`
* the included quick start PDF doc/asn1c-quick.pdf * the included quick start PDF [doc/asn1c-quick.pdf](doc/asn1c-quick.pdf)
* the comprehensive usage documentation doc/asn1c-usage.pdf * the comprehensive usage documentation [doc/asn1c-usage.pdf](doc/asn1c-usage.pdf)
In case of any difficulties with installing the compiler, consider using In case of any difficulties with installing the compiler, consider using
the Online ASN.1 Compiler at the Online ASN.1 Compiler at (http://lionet.info/asn1c).
http://lionet.info/asn1c
-- --
Lev Walkin Lev Walkin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment