User Tools

Site Tools


getting_started:tutorials:helloworld

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:tutorials:helloworld [2015/12/09 18:00] abajricgetting_started:tutorials:helloworld [2015/12/09 18:02] abajric
Line 43: Line 43:
 add_executable(test-project main.cpp) add_executable(test-project main.cpp)
 target_link_libraries(test-project eeros) target_link_libraries(test-project eeros)
-</code> (Note 1: "test-project" is the name of the dummy-project created for the example. Put your project name where "test-project" is. Note 2: This file is in the project folder. e.g. /home/user/projects/test-project/+</code> (Note 1: "test-project" is the name of the dummy-project created for the example. Put your project name where "test-project" is. Note 2: This file is in the project folder. e.g. /home/abajric/work/test-project) 
   - Build the project by clicking on the "Build" button up, on the left.    - Build the project by clicking on the "Build" button up, on the left. 
  
Line 49: Line 49:
  
   - Open a terminal   - Open a terminal
-  - Navigate to the build folder of your project (e.g. cd /projects/test-project/build/)+  - Navigate to the build folder of your project (e.g. cd /home/abajric/work/build-test-project-x86-64)
   - Run the program with the command: ./testproject   - Run the program with the command: ./testproject
  
 {{ :getting_started:tutorials:hello.png?800 |}} {{ :getting_started:tutorials:hello.png?800 |}}