User Tools

Site Tools


getting_started:compile_eeros

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:compile_eeros [2019/10/12 19:48] – old revision restored (2019/10/11 16:01) grafgetting_started:compile_eeros [2019/10/12 19:48] – [Compile Manually in Terminal] graf
Line 35: Line 35:
 We recommend to not install EEROS globally on your system. However, if you want to install EEROS globally you have to execute the following commands: We recommend to not install EEROS globally on your system. However, if you want to install EEROS globally you have to execute the following commands:
 <code> <code>
-$ mkdir build 
-$ cd build 
-$ cmake .. 
-$ make 
 # make install # make install
 </code> </code>