Project

General

Profile

Actions

BuildingDinner » History » Revision 1

Revision 1/3 | Next »
Matthieu Herrb, 2018-08-01 13:28


BuildingDinner

The Dinner project is interesting from the build and packaging point of view.

  • dinnerd is a simple standalone application, which has no dependencies (beyond libc and running on a Unix like system)
  • libdinner is a simple library, with no dependencies. Binary packages can be split into the runtime and the development sub-packages
  • hungryhacker is a standalone application that depends on libdinner. So one can experiment with separate build and runtime depencies.
    There is also a sample shell script in the sources, that can be installed as part of the package.
  • vdinner is a standalone application that also has external dependencies (GLUT).

Updated by Matthieu Herrb over 5 years ago · 1 revisions