Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
83b52d8f
Commit
83b52d8f
authored
Aug 02, 2016
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INSTALL -> INSTALL.md
parent
93ed4942
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
54 deletions
+61
-54
INSTALL
INSTALL
+0
-51
INSTALL.md
INSTALL.md
+56
-0
README.md
README.md
+5
-3
No files found.
INSTALL
deleted
100644 → 0
View file @
93ed4942
QUICK START INSTALLATION
========================
./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
Build the libraries and the compiler.
make check
Ensure asn1c is still behaving well after compiling on your platform.
PLEASE CONTACT ME IF THIS STEP FAILS! Lev Walkin <vlm@lionet.info>
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.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
http://lionet.info/asn1c
--
Lev Walkin
vlm@lionet.info
INSTALL.md
0 → 100644
View file @
83b52d8f
## QUICK START INSTALLATION
### Configure
**Configure with the default settings:**
test -f configure || autoreconf -iv
./configure
make
**Configure with non-standard settings:**
asn1c specific ./configure options include:
--enable-Werror
--enable-ASN_DEBUG
invoke
`./configure --help`
for details.
### Build
Build the libraries and the compiler:
make
Ensure asn1c is still behaving well after compiling on your platform:
make check
### Install
**Install the compiler into a standard location:**
make install
# Use ./configure --prefix to override install location.
**Display the `asn1c` manual page:**
man asn1c
## QUICK USAGE GUIDE
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
http://lionet.info/asn1c
--
Lev Walkin
vlm@lionet.info
README.md
View file @
83b52d8f
...
@@ -16,8 +16,10 @@ ASN.1 compiler.
...
@@ -16,8 +16,10 @@ ASN.1 compiler.
# Build and Install
# Build and Install
If you haven't installed the asn1c yet, read the
[
INSTALL
](
INSTALL
)
file for a
If you haven't installed the asn1c yet, read the
[
INSTALL.md
](
INSTALL.md
)
file
short installation guide.
for a short installation guide.
[
![Build Status
](
https://travis-ci.org/vlm/asn1c.svg?branch=master
)
](https://travis-ci.org/vlm/asn1c)
# Documentation
# Documentation
...
@@ -34,7 +36,7 @@ An excellent book on ASN.1 is written by Olivier Dubuisson:
...
@@ -34,7 +36,7 @@ An excellent book on ASN.1 is written by Olivier Dubuisson:
(also check out
[
doc/asn1c-quick.pdf
](
doc/asn1c-quick.pdf
)
)
(also check out
[
doc/asn1c-quick.pdf
](
doc/asn1c-quick.pdf
)
)
After installing the compiler (see
[
INSTALL
](
INSTALL
)
), you may use
After installing the compiler (see
[
INSTALL
.md
](
INSTALL.md
)
), you may use
the asn1c command to compile the ASN.1 specification:
the asn1c command to compile the ASN.1 specification:
asn1c <module.asn1> # Compile module
asn1c <module.asn1> # Compile module
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment