]> rtime.felk.cvut.cz Git - ert_linux.git/blobdiff - README
Add license (Apache 2.0)
[ert_linux.git] / README
diff --git a/README b/README
index 69b7d2ef25919b21af8b2062571996f9e5d35e5c..a3a2bf63b7fd697fdb8c7978774039a38326035b 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,8 @@
-Mimimalistic Simulink Coder Target for Linux
+Minimalist Simulink Coder Target for Linux
 ============================================
 Authors: Michal Sojka <sojkam1@fel.cvut.cz>
          Lukas Hamacek <hamacl1@fel.cvut.cz>
 
-Copyright (C) 2009 - 2014
-         Department of Control Engineering
-         Faculty of Electrical Engineering
-         Czech Technical University in Prague
-
 The aim of this target is to allow Simulink to generate code that
 runs in real-time on Linux. This target tries to be minimalist in
 the sense that it reuses as much as possible from Simulink built-in
@@ -29,15 +24,17 @@ pressing "Browse...." button).
 Documentation
 -------------
 
-Pinters to more ERT Linux target documentation can be found
-at the project SourceForge page
+In order to cross-compile the generated source, modify the "Make
+command" in Code Generation pane to set the CC variable (and/or CPP
+for C++ compiler). For example:
 
-  http://lintarget.sourceforge.net/
+    make_rtw CC=arm-linux-gnueabi-gcc
 
-The Michal Sojka blogpost about update of actual version
-can be found at
+Pointers to more ERT Linux target documentation can be found at the
+project SourceForge page http://lintarget.sourceforge.net/.
 
-  http://rtime.felk.cvut.cz/~sojka/blog/on-generating-linux-applications-from-simulink/
+Michal Sojka's blogpost about the actual version can be found at
+http://rtime.felk.cvut.cz/~sojka/blog/on-generating-linux-applications-from-simulink/.
 
 Development sources repository
 ------------------------------