2014-11-09 19:31:18 +01:00
2014-09-05 21:08:35 +02:00
2014-11-09 19:31:18 +01:00
2014-11-09 19:31:18 +01:00
2014-11-09 19:31:18 +01:00
2014-09-03 19:08:43 +02:00
2014-09-03 19:07:43 +02:00
2014-09-03 19:06:41 +02:00

               =========================================
               A collection of software ported to Genode
               =========================================


This repository hosts ports of existing software, which does not fall in the
narrow scope of the Genode OS framework, e.g., applications and games.

To use it, you first need to obtain a clone of Genode:

! git clone https://github.com/genodelabs/genode.git genode.git

Now, clone the _world.git_ repository to _genode.git/repos/world.git_:

! git clone https://github.com/nfeske/genode-world.git genode.git/repos/world.git

By placing the _world.git_ repository under the _repos/_ directory, Genode's
tools will automatically incorporate the ports provided by _world.git_.

For building software of the _world.git_ repository, the build-directory
configuration _etc/build.conf_ must be extended with the following line:

! REPOSITORIES += $(GENODE_DIR)/repos/world.git

Description
No description provided
Readme 2 MiB
Languages
C++ 56%
C 17.5%
Makefile 14.2%
Diff 7.9%
PHP 2.5%
Other 1.8%