-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
36 lines (22 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
dailystrips Installation Instructions:
*NIX:
If you downloaded the RPM, simply run the following as root:
rpm -Uvh dailystrips-VERSION.noarch.rpm
If you downloaded anything else (.tar.bz/.tar.gz2/.zip), run the following as
root:
perl install.pl
This will install the definitions file to /usr/share/dailystrips/, the
documentation to /usr/share/doc/dailystrips-VERSION, and the scripts to
/usr/bin/. Use "perl install.pl --help" for more info.
Once dailystrips is installed, you may run the program by typing:
dailystrips
For personal installations (no root access), copy dailystrips, dailystrips-clean
and strips.def to the directory of your choice. Since dailystrips uses
/usr/share/dailystrips/strips.def by default, you will need to specify the
definition file with the "--defs FILE" option.
Win32:
Copy the scripts and strips.def to the directory of your choice. When run, the
script will check the current directory for strips.def, so always 'cd' the
appropriate location or use the --defs option.
If you have any questions, please contact me.
Andrew Medico <amedico@amedico.dhs.org>