User Tools

Site Tools


getting_started:install_and_setup_development_environment:use_on_bbb

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:install_and_setup_development_environment:use_on_bbb [2021/03/23 07:46] ursgrafgetting_started:install_and_setup_development_environment:use_on_bbb [2021/03/24 08:56] ursgraf
Line 8: Line 8:
   - In order to be able to write your own EEROS programs or alter existing example applications, you could use any text editor. However, we recommend to use an integrated development environment such as [[https://www.kdevelop.org/]]. Get the program with <code>   - In order to be able to write your own EEROS programs or alter existing example applications, you could use any text editor. However, we recommend to use an integrated development environment such as [[https://www.kdevelop.org/]]. Get the program with <code>
 $ apt-get install kdevelop $ apt-get install kdevelop
 +</code>
 +  - Fetch the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] on your host and checkout the branch for the Beaglebone Blue <code>
 +$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project
 +$ git checkout sdk_bbb
 +$ cd eeros-project
 </code> </code>