User Tools

Site Tools


getting_started:say_hello

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
getting_started:say_hello [2021/03/25 08:33] – [Test Program] ursgrafgetting_started:say_hello [2021/03/25 08:33] – [Run the Hello World Program] ursgraf
Line 4: Line 4:
  
  
- 
-===== Run the Hello World Program ===== 
-If you run your test program on the host machine continue below. 
-If you want to do a crossdevelopment, you have to deploy your libraries and test program first. Go to [[getting_started:deploy|]] first before you continue below.  
-  - Open a terminal 
-  - Navigate to the build folder of your project (e.g. cd /home/you/work/build-x86-64) 
-  - Run the program with the command: ./test-project 
- 
-{{ :getting_started:hello.png?600 |}}