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
657dbe72
Commit
657dbe72
authored
Aug 02, 2016
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
83b52d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
INSTALL.md
INSTALL.md
+12
-12
No files found.
INSTALL.md
View file @
657dbe72
...
...
@@ -3,17 +3,19 @@
### Configure
**Configure with the default settings:**
Configure with the default settings:
test -f configure || autoreconf -iv
./configure
make
**Configure with non-standard settings:**
Configure with non-standard settings:
asn1c specific ./configure options include:
--enable-Werror
--enable-ASN_DEBUG
invoke
`./configure --help`
for details.
### Build
...
...
@@ -28,28 +30,26 @@ Ensure asn1c is still behaving well after compiling on your platform:
### Install
**Install the compiler into a standard location:**
Install the compiler into a standard location:
make install
# Use ./configure --prefix to override install location.
**Display the `asn1c` manual page:**
Display the
`asn1c`
manual page:
man asn1c
## Q
UICK USAGE GUIDE
## Q
uick 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 included quick start PDF
doc/asn1c-quick.pdf
*
the comprehensive usage documentation
doc/asn1c-usage.pdf
*
the included quick start PDF
[
doc/asn1c-quick.pdf
](
doc/asn1c-quick.pdf
)
*
the comprehensive usage documentation
[
doc/asn1c-usage.pdf
](
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
the Online ASN.1 Compiler at (http://lionet.info/asn1c).
--
Lev Walkin
...
...
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