File: README

package info (click to toggle)
wmweather 2.4.5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 516 kB
  • ctags: 114
  • sloc: ansic: 1,543; sh: 315; makefile: 93
file content (51 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download | duplicates (9)
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
wmweather: README
-----------------

INSTALLATION

On Debian systems, install the Debian package: type

  # dpkg -i wmweather_*.deb

or run

  # apt-get install wmweather

Otherwise you have to compile the program first: change into the src/
subdirectory, type

  $ ./configure --help
  $ ./configure
  $ make

and then

  # make install

as root. The program may be uninstalled using one of the commands

  # dpkg -r wmweather
  # make uninstall

Note to BSD users: Make sure the following ports are installed: devel/gmake,
and devel/libgnugetopt, and use gmake instead of make above.

Suggestions, how to improve the autoconf part of wmweather, are always
appreciated.


HOW TO USE THIS PROGRAM

Please read the manual page, type

  $ man wmweather

Edit the system-wide config file according to your location. If you are
upgrading from wmWeather 1.x then you may want to read the CHANGES file.


HINT

If you have a dialup internet connection, send wmweather SIGALRM in your ip-up
script after the connection has been established. This will force wmweather to
grab the latest weather report immediately.