File: INSTALL.md

package info (click to toggle)
eoconv 1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 370; makefile: 39
file content (26 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (3)
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
System requirements
-------------------

eoconv requires Perl 5.20 or higher.  It's been tested with Unix-like
systems, but will probably run on other platforms as well.


Installation
------------

For many Unix-like systems the following should work:

    $ make && sudo make install

If you want eoconv installed somewhere other than the default prefix
(`/usr/local`) then you can specify this with the `PREFIX` variable:

   $ make && sudo make PREFIX=/some/path install


Running
-------

The program should be invoked from the command line.  Brief help is
available with the `--help` command-line option; a detailed man page is
available with the `--man` command-line option.