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
Next revision
Previous revision
Next revisionBoth sides next revision
getting_started:say_hello [2019/04/24 21:55] – [Test Program] grafgetting_started:say_hello [2019/04/25 11:44] – [Test Program] graf
Line 1: Line 1:
 ====== Say Hello with EEROS ====== ====== Say Hello with EEROS ======
 +In order to be able to write your own EEROS programs or alter existing example applications, it is necessary to setup a development environment. 
  
 ===== Preparation ===== ===== Preparation =====
Line 35: Line 36:
 </code> </code>
   - Open CMakeLists.txt file, delete the text written on it and copy/paste the following into it: <code cpp>   - Open CMakeLists.txt file, delete the text written on it and copy/paste the following into it: <code cpp>
-cmake_minimum_required(VERSION 2.8)+cmake_minimum_required(VERSION 3.5.1)
    
 project(test-project) project(test-project)