Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
43d09200
Commit
43d09200
authored
Sep 12, 2019
by
Michele Carignani
Browse files
Libraries dependency listed as git submodules
parent
ca04ea42
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitmodules
0 → 100644
View file @
43d09200
[submodule "ttcn\\LibCommon"]
path = ttcn\\LibCommon
url = https://forge.etsi.org/rep/LIBS/LibCommon.git
[submodule "ttcn\\LibIts"]
path = ttcn\\LibIts
url = https://forge.etsi.org/rep/LIBS/LibIts
README.md
View file @
43d09200
...
...
@@ -19,7 +19,18 @@ https://forge.etsi.org/etsi-software-license
NOTE All draft can be found in the 'IETF XML Registry', accessible
[
here
](
https://www.iana.org/assignments/xml-registry/xml-registry.xhtml
)
## Download required libraries
This projects requires the LibCommon and LibIts libraries to compile. The libraries location are git submodules of the current repository.
Once you have cloned the present repository, in order to install the libraries you want to execute:
git submodule init
git submodule update
Alternatively, you may clone the project together with the required libraries with the following command:
git clone --recurse-submodules <URL to the repository>
## Installation
...
...
LibCommon
@
21bad7c5
Subproject commit
8f0b6280029f2b786f289ee6cf671553a4806b17
Subproject commit
21bad7c51917d19bebdff5b36983e22922421976
LibIts
@
e5237969
Subproject commit
fa803fc714e8896de7ce12d0ecec822b5e8949dc
Subproject commit
e52379698e945eb9631b229c5438de9f74efb6a0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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