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
Next revisionBoth sides next revision
getting_started:write_app:use_on_host [2022/03/03 16:41] – [Use Existing Project] ursgrafgetting_started:write_app:use_on_host [2022/03/08 15:58] – [Say Hello with EEROS] ursgraf
Line 32: Line 32:
 </code> </code>
   - Create a text file "CMakeLists.txt" and copy the following text into it: <code cpp>   - Create a text file "CMakeLists.txt" and copy the following text into it: <code cpp>
-cmake_minimum_required(VERSION 3.5.1)+cmake_minimum_required(VERSION 3.10)
 project(helloworld) project(helloworld)
  
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.0.0 ../../simple-motor-control+$ cmake -DCMAKE_INSTALL_PREFIX=../../install-x86 -DREQUIRED_EEROS_VERSION=1.3 ../../simple-motor-control
 $ make $ make
 </code> </code>
getting_started/write_app/use_on_host.txt · Last modified: 2023/04/13 09:03 by ursgraf