diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-12 14:53:11 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-12 14:54:25 -0400 |
commit | 768d5b5d512ae9dc4bb5be4bed29c08895ecdce4 (patch) | |
tree | 2fc1da171b949e1ccbc68f259acfc02b505808ff /INSTALL | |
parent | 9f3f770562835c152ef98e89e45b51018fbb160a (diff) | |
download | soxdial-768d5b5d512ae9dc4bb5be4bed29c08895ecdce4.tar.gz |
INSTALL, Makefile: added.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +Use 'make install' to install soxdial. + +You can set these variables on the make command line to control the +install paths: + +DESTDIR (default: "") +PREFIX (default: /usr) +BINDIR (default: $PREFIX/bin) +MANDIR (default: $PREFIX/share/man) +DOCDIR (default: $PREFIX/share/doc/soxdial) |