User Tools

Site Tools


getting_started:install:use_on_host

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
getting_started:install:use_on_host [2021/03/24 18:15] – [Prerequisites] ursgrafgetting_started:install:use_on_host [2021/03/31 10:23] (current) ursgraf
Line 6: Line 6:
 We use Ubuntu on the host machine. Other distributions are supported but not documented here.  We use Ubuntu on the host machine. Other distributions are supported but not documented here. 
  
-  - You have to patch the kernel with a realtime patch as described in [[https://rt.wiki.kernel.org/index.php/Main_Page]]. It is possible to work without the realtime patch. However, the latency of the system will be much worse and will depend greatly on the load of other programs running on your system.  +===== Realtime Kernel ===== 
-  Install the following packages on your machine <code>+ 
 +You have to patch the kernel with a realtime patch as described in [[https://rt.wiki.kernel.org/index.php/Main_Page]]. It is possible to work without the realtime patch. However, the latency of the system will be much worse and will depend greatly on the load of other programs running on your system.  
 + 
 +===== Installing Necessary Packages ===== 
 + 
 +Install the following packages on your machine <code>
 $ apt-get install git make cmake g++ $ apt-get install git make cmake g++
 </code> Please make sure to use a g++ version of at least 5.3. </code> Please make sure to use a g++ version of at least 5.3.
-  - In order to be able to write your own EEROS programs or alter existing example applications, you could use any text editor. However, we recommend to use an integrated development environment such as [[https://www.kdevelop.org/]]. Get the program with <code> 
-$ apt-get install kdevelop 
-</code> 
-  - Fetch the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] and checkout the branch for the host <code> 
-$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project 
-$ cd eeros-project 
-$ git checkout host 
-</code> 
  
  
getting_started/install/use_on_host.1616606114.txt.gz · Last modified: 2021/03/24 18:15 by ursgraf