User Tools

Site Tools


getting_started:write_app: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
Next revision
Previous revision
getting_started:write_app:use_on_host [2026/04/12 17:19] – [Use Existing Project] ursgrafgetting_started:write_app:use_on_host [2026/05/15 13:32] (current) – [Use Existing Project] ursgraf
Line 57: Line 57:
 ===== Use Existing Project ===== ===== Use Existing Project =====
 As an example we use the [[getting_started:tutorials:oneaxis|]] demo program. As an example we use the [[getting_started:tutorials:oneaxis|]] demo program.
- +  Clone the code for the project, change into the directory and checkout a stable version with<code>
-  Fetch the code of the application from within your EEROS project directory with <code>+
 $ git clone https://github.com/eeros-project/simple-motor-control.git $ git clone https://github.com/eeros-project/simple-motor-control.git
 $ cd simple-motor-control $ cd simple-motor-control
 +$ git checkout v1.0.1
 </code> </code>
   - Create a build directory for your new project and change into it with <code>   - Create a build directory for your new project and change into it with <code>
Line 67: Line 67:
 </code> </code>
   - Build the project with <code>   - Build the project with <code>
-$ cmake -DCMAKE_INSTALL_PREFIX=../../install-x86 -DREQUIRED_EEROS_VERSION=1.3 ..+$ cmake -DCMAKE_INSTALL_PREFIX=../../install-x86 ..
 $ make $ make
 </code> </code>
getting_started/write_app/use_on_host.1776007195.txt.gz · Last modified: by ursgraf