Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
30c8a08e
authored
Oct 09, 2015
by
bernhard-gatzhammer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected README section "Using the Library" library ordering/names
EMBB-532
parent
d36f1bdb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
+3
-3
No files found.
README.md
View file @
30c8a08e
...
@@ -270,8 +270,8 @@ If you want to use the C++ functionalities of EMB², you have to link the
...
@@ -270,8 +270,8 @@ If you want to use the C++ functionalities of EMB², you have to link the
following libraries (names will be different on Windows and on Linux) in the
following libraries (names will be different on Windows and on Linux) in the
given order:
given order:
embb_
base, embb_base_cpp, embb_mtapi_c, embb_mtapi
_cpp, embb_containers_cpp,
embb_
dataflow_cpp, embb_algorithms
_cpp, embb_containers_cpp,
embb_
algorithms_cpp, embb_dataflow_cpp
embb_
mtapi_cpp, embb_mtapi_c, embb_base_cpp, embb_base_c
The C++ header files can be included as follows:
The C++ header files can be included as follows:
...
@@ -284,7 +284,7 @@ The C++ header files can be included as follows:
...
@@ -284,7 +284,7 @@ The C++ header files can be included as follows:
The following libraries have to be linked in the given order:
The following libraries have to be linked in the given order:
embb_
base_c, mtapi
_c
embb_
mtapi_c, embb_base
_c
The C header files can be included as follows:
The C header files can be included as follows:
...
...
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