Next: Setting your environment, Previous: Building a simple package, Up: Getting started [Contents]
You are now ready to install the package. If you are installing to a new directory tree, first create the directory specified in the top-level configure --prefix option if necessary,
$ mkdir /gnu
Then to install the package use the install target,
$ make -C gnu/hello install
The package should be automatically installed under /gnu, with any executable programs under /gnu/bin/.
$ /gnu/bin/hello --version hello (GNU hello) 2.9