genode/repos/gems
Norman Feske 03d7208386 Turn posix lib into shared library
By building the posix library as shared object with an ABI, we
effectively decouple posix-using programs from the library
implementation (which happens to depend on several os-level APIs such as
the VFS).
2017-05-31 13:16:02 +02:00
..
include nano3d: get rid of env() calls 2017-02-28 13:00:42 +01:00
lib nova: use 'Native_cpu' component for thread initialization 2017-03-15 12:24:42 +01:00
recipes Depot-archive recipes 2017-05-31 13:15:56 +02:00
run Turn posix lib into shared library 2017-05-31 13:16:02 +02:00
src Fix deprecated warnings in servers 2017-05-31 13:16:02 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.