# clone the repo
git clone <repo-url>
# fetch all submodules
git submodule update --init --recursive
Install msys2 http://www.msys2.org/ Use msys2 to install the following:
pacman -S mingw-w64-x86_64-toolchain
pacman -S cmake
pacman -S make
pacman -S zlib
From the root of the repository run the following command in the msys MINGW terminal:
export PATH=/mingw64/bin/:$PATH
cmake -DCMAKE_TOOLCHAIN_FILE=semantic-adaptation/third_party/into-cpp-fmi/thrird_party/msys-toolchain.cmake .
make
make test
To import into eclipse use eclipse CDT and select file -> import -> Existing Code as Makefile Project
The image below shows how the components are connected.