1 Installation instructions for Temperature.app
5 -------------------------------------------------------------------
7 The wget utility is used to fetch the weather information.
8 If you don't have it installed already you can find it here:
9 http://www.gnu.org/software/wget/wget.html
11 - ICAO Location Indicator
12 You must find the ICAO Location Indicator (a 4-character string)
13 of a weather station near you. You can search for a station
14 on this site: http://www.nws.noaa.gov/oso/siteloc.shtml
16 - X11, libxpm, C++ development environment
17 Most (Linux) systems have these things installed by default.
18 If you don't have it look for packages that fit your
23 -------------------------------------------------------------------
26 3) make install (to put it in /usr/local/GNUstep/Apps/Temperature.app)
28 make install-x11 (to put it in /usr/X11R6/bin)
33 -------------------------------------------------------------------
35 /usr/local/GNUstep/Apps/Temperature.app/Temperature -s <station id> &
37 /usr/X11R6/bin/Temperature.app -s <station id> &
40 For more information about available command line arguments:
41 /usr/local/GNUstep/Apps/Temperature.app/Temperature --help
43 /usr/X11R6/bin/Temperature.app --help