Commit 495183c3 authored by Lev Walkin's avatar Lev Walkin

relative links

parent a2b639ca
# Installation # Installation
If you haven't installed the asn1c yet, read the INSTALL file for a If you haven't installed the asn1c yet, read the [INSTALL](INSTALL) file for a
short installation guide. short installation guide.
# What to read? # What to read?
For the list of asn1c command line options, see `asn1c -h` or `man asn1c`. For the list of asn1c command line options, see `asn1c -h` or `man asn1c`.
The comprehensive documentation on this compiler is in asn1c-usage.pdf. The comprehensive documentation on this compiler is in [asn1c-usage.pdf](doc/asn1c-usage.pdf).
If you are building the compiler from the sources, the PDFs reside If you are building the compiler from the sources, the PDFs reside
in the ./doc directory. Normally the file is installed together with the in the ./doc directory. Normally the file is installed together with the
README.md file you're reading right now. README.md file you're reading right now.
Please also read the FAQ file. Please also read the [FAQ](FAQ) file.
An excellent book on ASN.1 is written by Olivier Dubuisson: An excellent book on ASN.1 is written by Olivier Dubuisson:
"ASN.1 Communication between heterogeneous systems", ISBN:0-12-6333361-0. "ASN.1 Communication between heterogeneous systems", ISBN:0-12-6333361-0.
# Quick start # Quick start
(also check out ./doc/asn1c-quick.pdf) (also check out [asn1c-quick.pdf](doc/asn1c-quick.pdf))
After building [and installing] the compiler (see INSTALL), you may use After building [and installing] the compiler (see INSTALL), you may use
the asn1c command to compile the ASN.1 specification: the asn1c command to compile the ASN.1 specification:
......
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