pgear/INSTALL

49 lines
942 B
Plaintext

Installing from a distribution tarball
======================================
Basic Installation
------------------
The shell commands `./configure; make; sudo make install' should
configure, build, and install this package.
Please read on for cases where you might want to use a variation.
Use './configure --help' to see the configuration options.
OpenBSD
-------
`./configure' defaults the man directory to /usr/local/share/man. But
for OpenBSD you probably want to use this instead:
./configure --mandir=/usr/local/man
Other variations
----------------
If you find one, please let me know.
Installing from pristine source
===============================
$ autoreconf --install
then proceed as above.
Debianising
===========
Run 'autoreconf --install' (but not ./configure, etc), then
$ dh_make --single --copyright gpl3 --native --packagename pgear_0.2
and edit things under debian/.
--
Nick <barnold@tilde.club>