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:47] – [Compile Manually in Terminal] grafgetting_started:compile_eeros [2019/10/12 19:48] – old revision restored (2019/10/11 16:01) graf
Line 19: Line 19:
 Compile and install EEROS to a custom folder: Compile and install EEROS to a custom folder:
 <code> <code>
 +$ cd path/to/working/directory
 +$ mkdir build-eeros-x86-64
 +$ cd build-eeros-x86-64
 +$ cmake -DCMAKE_INSTALL_PREFIX=/absolute/path/to/working/directory/install-x86-64 ..
 +$ make
 $ make install $ make install
 </code> </code>