Project

General

Profile

BuildingDinner » History » Version 1

Matthieu Herrb, 2018-08-01 13:28

1 1 Matthieu Herrb
h1. BuildingDinner
2
3
The Dinner project is interesting from the build and packaging point of view.
4
5
* *dinnerd* is a simple standalone application, which has no dependencies (beyond libc and running on a Unix like system)
6
* *libdinner* is a simple library, with no dependencies. Binary packages can be split into the runtime and the development sub-packages
7
* *hungryhacker* is a standalone application that depends on libdinner. So one can experiment with separate build and runtime depencies.
8
  There is also a sample shell script in the sources, that can be installed as part of the package.
9
* *vdinner* is a standalone application that also has external dependencies (GLUT).