-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
55 lines (39 loc) · 1.64 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
INSTALL
=======
Textmail is written in Perl and should run on any system with perl(1).
There are no dependencies on any non-standard Perl modules. It does,
however, depend on several external programs. See REQUIREMENTS below.
To install textmail and its manpage (under /usr/local by default):
tar xzf textmail-X.Y.tar.gz
cd textmail-X.Y
make install
To install under /usr:
make PREFIX=/usr install
To uninstall textmail and its manpage (from under /usr/local):
make uninstall
To uninstall textmail and its manpage (from under /usr):
make PREFIX=/usr uninstall
For more details:
make help
The manpage for textmail is textmail(1).
REQUIREMENTS
============
Requires GNU make to install (but manual installation is easy).
Requires perl (but no non-standard perl modules).
Requires pod2man (comes with perl) to make the manpage.
Requires pod2html (comes with perl) to make the html manpage.
Requires the following external programs for various functions:
docx2txt - To convert modern Word documents to text
antiword - To convert old Word documents to text (default)
catdoc - To convert old Word documents to text (alternative)
xlsx2csv - To convert modern Excel documents to CSV
xls2csv - To convert old Excel documents to CSV
lynx - To convert HTML documents to text
pdftotext - To convert PDF documents to text
mktemp - To create a temporary directory
--------------------------------------------------------------------------------
URL: https://raf.org/textmail
GIT: https://github.com/raforg/textmail
GIT: https://codeberg.org/raforg/textmail
Date: 20230508
Author: raf <raf@raf.org>