Tell about the make install target in the readme file.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-11-25 16:34:21 +01:00
parent da2a26a4ca
commit b8b96dd606
1 changed files with 4 additions and 2 deletions

View File

@ -202,8 +202,10 @@
installed into the system path), then you should set the installed into the system path), then you should set the
KBUILD_OUTPUT environment variable as in the example, above. KBUILD_OUTPUT environment variable as in the example, above.
3. There is no install target. You can run the program in place or 3. In order to install the programs and man pages into /usr/local,
copy it into the system path, like /usr/local/bin. run the 'make install' target. You can change the installation
directories by setttings the variables prefix, sbindir, mandir,
and man8dir on the make command line.
* Getting Involved * Getting Involved