User Tools

Site Tools


getting_started:compile_eeros

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:compile_eeros [2017/06/22 08:39] – [Compile Using a Script] grafgetting_started:compile_eeros [2017/06/22 08:48] – [Compile Using a Script] graf
Line 4: Line 4:
  
 ===== Compile Using a Script ===== ===== Compile Using a Script =====
-As mentioned in [[getting_started:install_and_setup_development_environment#Getting_the_Sources_with_a_script|]]+As mentioned in [[getting_started:install_and_setup_development_environment#Getting_the_Sources_with_a_script|Installation and Setup]] we suggest to use a script. After customizing the ''config.sh.in'' file and getting the code you can compile EEROS, all necessary hardware libraries, and your application by executing 
 + 
 +<code> 
 +$ ./make.sh 
 +</code> 
 + 
 +This will put all the executables into the build directory you have chosen and the compiled libraries together with the header files into the install directory. 
 ===== Compile with KDevelop ===== ===== Compile with KDevelop =====