Installation instructions for Temperature.app Requirements ------------------------------------------------------------------- - wget The wget utility is used to fetch the weather information. If you don't have it installed already you can find it here: http://www.gnu.org/software/wget/wget.html - ICAO Location Indicator You must find the ICAO Location Indicator (a 4-character string) of a weather station near you. You can search for a station on this site: http://www.nws.noaa.gov/oso/siteloc.shtml - X11, libxpm, C++ development environment Most (Linux) systems have these things installed by default. If you don't have it look for packages that fit your distribution/vendor. Installation ------------------------------------------------------------------- 1) make 2) su 3) make install (to put it in /usr/local/GNUstep/Apps/Temperature.app) or make install-x11 (to put it in /usr/X11R6/bin) 5) exit Running ------------------------------------------------------------------- To run this program: /usr/local/GNUstep/Apps/Temperature.app/Temperature -s & or /usr/X11R6/bin/Temperature.app -s & For more information about available command line arguments: /usr/local/GNUstep/Apps/Temperature.app/Temperature --help or /usr/X11R6/bin/Temperature.app --help