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
bfa08659
Commit
bfa08659
authored
May 05, 2017
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dependency requirements
parent
d3911dfd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
2 deletions
+31
-2
INSTALL.md
INSTALL.md
+2
-0
Makefile.am
Makefile.am
+2
-2
REQUIREMENTS.md
REQUIREMENTS.md
+27
-0
No files found.
INSTALL.md
View file @
bfa08659
...
...
@@ -3,6 +3,8 @@
### Configure
See
[
REQUIREMENTS.md
](
REQUIREMENTS.md
)
for the complete list of dependencies.
Configure with the default settings:
test -f configure || autoreconf -iv
...
...
Makefile.am
View file @
bfa08659
...
...
@@ -12,6 +12,6 @@ SUBDIRS = \
docsdir
=
$(datadir)
/doc/asn1c
docs_DATA
=
README.md INSTALL.md FAQ ChangeLog BUGS TODO
docs_DATA
=
README.md INSTALL.md
REQUIREMENTS.md
FAQ ChangeLog BUGS TODO
EXTRA_DIST
=
README.md INSTALL.md FAQ LICENSE BUGS
EXTRA_DIST
=
README.md INSTALL.md
REQUIREMENTS.md
FAQ LICENSE BUGS
REQUIREMENTS.md
0 → 100644
View file @
bfa08659
## To compile asn1c compiler itself
Compiler:
A working C99 compiler or better, such as gcc-4.x or clang-3.4.
### Packages
This notation specifies a minimum required package version (-ver)
or an exact version (=ver). For example, bison=2.x requires the 2.x branch
of bison, not 3.x.
*
automake-1.15
*
libtool
*
bison=2.x
*
flex
## To compile asn1c-generated code
C:
As a minimum, a compiler supporting the C90. Pretty much any modern C compiler
will do, but gcc or clang is recommended. Note that MSVC++ is not a C compiler.
C++:
A C++11 compliant compiler is recommended.
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