getting_started:write_app:use_on_bbb
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:write_app:use_on_bbb [2024/06/13 08:43] – [Writing EEROS Applications for Beaglebone Blue Board] ursgraf | getting_started:write_app:use_on_bbb [2024/11/07 12:25] (current) – [Say Hello with EEROS] ursgraf | ||
---|---|---|---|
Line 40: | Line 40: | ||
add_executable(helloworld main.cpp) | add_executable(helloworld main.cpp) | ||
- | target_link_libraries(helloworld PRIVATE eeros) | + | target_link_libraries(helloworld PRIVATE |
</ | </ | ||
- Create a build directory and change into it with < | - Create a build directory and change into it with < | ||
Line 61: | Line 61: | ||
===== Use Existing Project ===== | ===== Use Existing Project ===== | ||
As an example we use the [[getting_started: | As an example we use the [[getting_started: | ||
- | - Clone the code for the project | + | - Clone the code for the project, change into the directory |
$ git clone https:// | $ git clone https:// | ||
$ cd simple-motor-control | $ cd simple-motor-control | ||
+ | $ git checkout v1.0.0 | ||
</ | </ | ||
- Create a build directory and change into it with < | - Create a build directory and change into it with < |
getting_started/write_app/use_on_bbb.1718261029.txt.gz · Last modified: 2024/06/13 08:43 by ursgraf