diff --git a/README.md b/README.md index 8d053aa61f92a029a19154a9b8307cf3ee316398..57a9fead5d913a2db25d2817264fed72ecf636a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -This projects implements a FMU client which performs the simulation in (soft) realtime. +# ModeliChart Backend -The backend is controlled via grpc (googles remote procedure call framework), see https://git.rwth-aachen.de/ModeliChart/ModeliProtocol. -The protocol must be compiled for the platform on which it will be deployed. \ No newline at end of file +This projects implements a FMU client which performs the simulation in realtime. +Linux and Windows are supported. + +# Requirements + +* For the protocol see https://git.rwth-aachen.de/ModeliChart/ModeliProtocol. +* Grpc installed +* Boost installed (boost_filesystem;boost_system;boost_program_options;boost_timer) + +# Build +Boost and grpc are required for compilation. +The easiest way to obtain the libraries on windows is vcpkg. +The projects are Visual Studio projects one project targets Windows the other one Linux. +Linux installation of the libraries via apt or build from source. \ No newline at end of file