Building Debian Packages

To build a Debian package of GLAM, you will want to perform the following steps after downloading the source archive:

  1. dpkg-source -x glam_<version>.dsc

  2. cd glam-<version>

  3. autoreconf

  4. dpkg-buildpackage -us -uc -rfakeroot

The rest of the build process is automated and will create Debian packages that will be placed above the glam-<version> directory. You may install these Debian packages using the dpkg -i <packagename> command.

For more information on building Debian packages, please visit the Debian's New Package Maintainers Guide.