summaryrefslogtreecommitdiff
path: root/support/texref/INSTALL
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/texref/INSTALL
Initial commit
Diffstat (limited to 'support/texref/INSTALL')
-rw-r--r--support/texref/INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/support/texref/INSTALL b/support/texref/INSTALL
new file mode 100644
index 0000000000..a16b7f6450
--- /dev/null
+++ b/support/texref/INSTALL
@@ -0,0 +1,20 @@
+
+To install the script and man pages in the standard areas,
+give the sequence of commands
+
+ perl Makefile.PL
+ make
+ make install
+
+If you want to install the script in your own private space, use
+
+ perl Makefile.PL PREFIX=/my/private/perllib \
+ INSTALLMAN1DIR=/my/private/perllib/man/man1 \
+ INSTALLMAN3DIR=/my/private/perllib/man/man3
+ make
+ make install
+
+Or, just do
+
+ cp -p texref /usr/local/bin
+ cp -p texref /usr/local/man/man1