System Grab Bag

View all TLDR pages from common (or from all pages)

gprbuild

A high-level build tool for projects written in Ada and other languages (C/C++/Fortran). More information: https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html.
  • Build a project (assuming only one *.gpr file exists in the current directory):
    gprbuild
  • Build a specific [P]roject file:
    gprbuild -P{{project_name}}
  • Clean up the build workspace:
    gprclean
  • Install compiled binaries:
    gprinstall --prefix {{path/to/installation/dir}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.