From: Michal Sojka Date: Thu, 4 Jul 2013 07:22:51 +0000 (+0200) Subject: Add preliminary readme X-Git-Url: https://rtime.felk.cvut.cz/gitweb/ert_linux.git/commitdiff_plain/8f90f30d7be0af2c82e51608ea08e07529e49496 Add preliminary readme --- diff --git a/README b/README new file mode 100644 index 0000000..0a44b8a --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +Mimimalistic Simulink Coder Target for Linux +============================================ + +The aim of this target is to allow Simmulink to generate code that +runs in real-time on Linux. This target tries to be minimalistic in +the sense that it reuses as much as possible from Simulink built-in +targets. + + +Installation +------------ + +In Matlab prompt execute: + + cd /ert_linux/ert_linux + ert_linux_setup + +From now on, Code Generation pane of Simulink Model Configuration +Parameters should offer ert_linux.tlc as System Target File (after +pressing "Browse...." button).