User Tools

Site Tools


getting_started:install_and_setup_development_environment

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 [2019/04/25 11:35] – [Getting the Sources with a Script] grafgetting_started:install_and_setup_development_environment [2019/04/25 11:41] – [Getting the Scripts] graf
Line 28: Line 28:
   - Choose a meaningful name for the build and install directory.    - Choose a meaningful name for the build and install directory. 
   - Comment or uncomment the necessary hardware libraries. The script will fetch those left uncommented.   - Comment or uncomment the necessary hardware libraries. The script will fetch those left uncommented.
-  - Change the name of your application directory so that it fits your application. Per default a simple motor control will be downloaded. If you don't want to download this and have no other application to download yet, please comment these two lines out.+  - Change the name of your application directory so that it fits your application. Per default a simple motor control will be downloaded. If you don't want to download this, please comment these two lines out. If you have another application in a repository, change the name accordingly.
  
 Now you can run the ''clone'' script  Now you can run the ''clone'' script 
Line 34: Line 34:
 $ ./clone.sh $ ./clone.sh
 </code> </code>
 +After this you can continue with [[getting_started:compile_eeros|]].
  
 ===== Getting the Sources Manually ===== ===== Getting the Sources Manually =====