How To Install Autoproject?

How To Install Autoproject?

autoproject

create a skeleton source package for a new program

Maintainer: Debian QA Group



Section: devel

Install autoproject

  • Debian apt-get install autoproject Click to copy
  • Ubuntu apt-get install autoproject Click to copy
  • Kali Linux apt-get install autoproject Click to copy
  • Raspbian apt-get install autoproject Click to copy

autoproject

create a skeleton source package for a new program

autoproject interviews the user, then creates a source package for a new program which follows the GNU programming standards. The new package uses autoconf to configure itself, and automake to create the Makefile. `make distcheck' succeeds. The idea is that you execute autoproject just once when you start a new project. It will ask a few questions, then create a new directory and populate it with standard files, customized for the new project. Optionally, the new package will use a command line parser generator. Currently, autoproject supports two parser generators: clig by Harald Kirsch <[email protected]> (see http://wsd.iitb.fhg.de/software/), and autogen by Bruce Korb <[email protected]> (see http://autogen.sourceforge.net/).

To install the latest version of autoproject in your favorite operating system just copy the autoproject installation command from above and paste it into terminal. It will download and install the latest version of autoproject 2024 package in your OS.