Skip to content

IGEL-Community/IGEL-OS-APP-RECIPES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGEL-OS-APP-RECIPES

Getting Started with the IGEL OS App Recipes



Tutorial

Video: Introduction

IGEL Community Docs: HOWTO GitHub with Microsoft Visual Studio Code



Getting Started With the IGEL OS App Recipes

This document provides you with the basic knowledge that is required to create an IGEL OS App with igelpkg.

Basically, the procedure is as follows:

  • Install the IGEL OS App SDK on a Linux system.
  • Build and test your app.

Prerequisites

  • Machine with Ubuntu Linux 18.04 or higher, or another Debian-based Linux distribution
  • The IGEL OS APP SDK, version 0.9.8 or higher
  • Device with IGEL OS 12.01.120. To test if the app can be installed and started, a virtual machine is sufficient. If 3D graphics are required, a hardware device might be a good choice. To test if an app can be installed and started, a virtual machine is sufficient.
  • A local terminal is configured on the device

Installing igelpkg

  • Copy the files igel-build-tools-static[version]amd64.deb and igelpkg[version]_amd64.deb to your development machine.
  • Go to the directory that contains the files and enter the following command:
sudo apt install ./igel-build-tools-static[version]_amd64.deb igelpkg_[version]_amd64.deb
  • To show the general help, enter
igelpkg --help
  • To get help for a specific module, enter the module's name and then --help, for instance:
igelpkg build --help