-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
49 lines (32 loc) · 1.08 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
INSTALL
=======
Mved is written in Perl and should run on any system with perl(1).
There are no dependencies on any non-standard Perl modules.
To install mved and its manpage (under /usr/local by default):
tar xzf mved-3.0.tar.gz
cd mved-3.0
make install
To install under /usr:
make PREFIX=/usr install
To uninstall mved and its manpage (from under /usr/local):
make uninstall
To uninstall mved and its manpage (from under /usr):
make PREFIX=/usr uninstall
To run the tests:
make test
make check
For more details:
make help
The manpage for mved is mved(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.
--------------------------------------------------------------------------------
URL: http://raf.org/mved
GIT: https://github.com/raforg/mved
GIT: https://codeberg.org/raforg/mved
Date: 20200625
Author: raf <[email protected]>