User Tools

Site Tools


getting_started:install_and_setup_development_environment

This is an old revision of the document!


Installation and Setup

Setting up the correct way of compiling and using EEROS can be quite cumbersome. We strongly recommend to use our build scripts and if you cross develop then use our prebuilt images together with the associated SDKs (software development kit). These images already contain the necessary libraries. All you have to do is build your own application and deploy it. What to you want to do with EEROS?

Getting the Sources Manually

Do this only, if you are not using the scripts mentioned above and know what you do. Clone the eeros source repository:

$ git clone https://github.com/eeros-project/eeros-framework.git

Checkout a stable version of EEROS:

$ cd eeros-framework
$ git checkout v1.2.0

In addition to the eeros library you need to install libraries for hardware access together with the appropriate eeros wrapper libraries, see Installing Hardware Libraries. Continue with Compile Manually.

getting_started/install_and_setup_development_environment.1616596982.txt.gz · Last modified: 2021/03/24 15:43 by ursgraf