]> rtime.felk.cvut.cz Git - ert_linux.git/commitdiff
Add preliminary readme
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 4 Jul 2013 07:22:51 +0000 (09:22 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 4 Jul 2013 07:22:51 +0000 (09:22 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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 <root>/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).