diff --git a/README.md b/README.md index bf3b609..58efb20 100644 --- a/README.md +++ b/README.md @@ -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 given order: - embb_base, embb_base_cpp, embb_mtapi_c, embb_mtapi_cpp, embb_containers_cpp, - embb_algorithms_cpp, embb_dataflow_cpp + embb_dataflow_cpp, embb_algorithms_cpp, embb_containers_cpp, + embb_mtapi_cpp, embb_mtapi_c, embb_base_cpp, embb_base_c 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: - embb_base_c, mtapi_c + embb_mtapi_c, embb_base_c The C header files can be included as follows: