Menu

Tree [r69] /
 History

HTTPS access


File Date Author Commit
 b0rken 2008-01-15 anomie [r59] * Apply 01_wmweather+_patch_displaydelay.dpatc...
 m4 2009-11-17 anomie [r62] * Explicitly check for libm instead of relying ...
 wmgeneral 2010-09-15 anomie [r66] * Change the res_class to "DockApp".
 COPYING 2002-09-22 anomie [r23] Hmmm... I seem to have forgotten to include a c...
 ChangeLog 2014-01-01 anomie [r68] Fix mkgmtime to not crash if passed a tm_mon > 11
 HINTS 2008-01-07 anomie [r57] Replace libwww with libcurl. Seems to work, hop...
 Makefile.am 2002-09-22 anomie [r22] Many, many changes. See the ChangeLog entry for...
 README 2008-01-07 anomie [r57] Replace libwww with libcurl. Seems to work, hop...
 animation.c 2004-05-14 anomie [r51] Add support for the new FW/SC distinction in so...
 animation.h 2002-09-22 anomie [r22] Many, many changes. See the ChangeLog entry for...
 avn.c 2004-05-14 anomie [r51] Add support for the new FW/SC distinction in so...
 avn.h 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 bootstrap 2013-12-08 anomie [r67] Version 2.14
 characters.xpm 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 configure.ac 2014-01-01 anomie [r69] Bump version
 convert.c 2014-01-01 anomie [r68] Fix mkgmtime to not crash if passed a tm_mon > 11
 convert.h 2002-09-06 anomie [r13] Add some international METAR support. Mainly th...
 die.c 2003-03-23 anomie [r39] See ChangeLog entry for version 2.4
 die.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 diff.c 2002-09-22 anomie [r26] Add the appropriate GPL license comment.
 diff.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 dock.c 2004-03-30 anomie [r49] oops
 dock.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 download.c 2013-12-08 anomie [r67] Version 2.14
 download.h 2008-01-07 anomie [r57] Replace libwww with libcurl. Seems to work, hop...
 eta.c 2004-05-14 anomie [r51] Add support for the new FW/SC distinction in so...
 eta.h 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 example.conf 2002-09-22 anomie [r25] Update the parameters in the example conf file.
 font.c 2002-09-22 anomie [r26] Add the appropriate GPL license comment.
 font.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 forecast.c 2003-03-23 anomie [r39] See ChangeLog entry for version 2.4
 forecast.h 2003-03-23 anomie [r39] See ChangeLog entry for version 2.4
 getLine.c 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 getLine.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 metar.c 2008-01-15 anomie [r59] * Apply 01_wmweather+_patch_displaydelay.dpatc...
 metar.h 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 moon.c 2004-05-14 anomie [r51] Add support for the new FW/SC distinction in so...
 moon.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 mrf.c 2013-12-08 anomie [r67] Version 2.14
 mrf.h 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 radar.c 2004-05-14 anomie [r51] Add support for the new FW/SC distinction in so...
 radar.h 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 subst.c 2004-03-30 anomie [r48] Add a configure check for ssize_t.
 subst.h 2002-09-22 anomie [r22] Many, many changes. See the ChangeLog entry for...
 sunzenith.c 2002-09-22 anomie [r26] Add the appropriate GPL license comment.
 sunzenith.h 2002-08-19 --none-- [r1] Standard project directories initialized by cvs...
 warnings.c 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 warnings.h 2003-11-22 anomie [r46] Use atexit() to clean up downloaded files.
 wmweather+.1.in 2010-09-15 anomie [r66] * Change the res_class to "DockApp".
 wmweather+.c 2004-03-30 anomie [r47] Crap, i forgot to commit for a while :( Check t...
 wmweather+.h 2003-07-05 anomie [r43] * Added the "-display-mode" option. This fixes ...
 wmweather_master.xpm 2004-05-14 anomie [r51] Add support for the new FW/SC distinction in so...

Read Me

COMPILATION
===========

You will need the following libraries (with proper headers) installed
in order to compile this app. If you're using Debian, try packages like
the ones indicated.
  libwraster  libwraster2, libwraster2-dev
  libpcre     libpcre3, libpcre3-dev
  libm        libc6, libc6-dev
  libXpm      xlibs, xlibs-dev
  libX11      xlibs, xlibs-dev
  libcurl     libcurl4, libcurl4-dev

For the most part, you should just have to do "./configure && make install"
and the thing will build everything and install it.

The only really interesting compile-time parameters would be the P and X
variables in animation.c, if you don't like the 10-second cycle or
something.

If you get errors about a missing libwraster, check the following:
 1) Do you have both the library AND the header installed? If the command
    "locate wraster.h" doesn't come back with a header file in one of the
    normal places, you'll have trouble.
 2) Check for a line like the following in your ./configure output:
     checking if libwraster is wanted... yes: libraries /usr/lib  includes /usr/include
    In this case, we will look for the files /usr/lib/libwraster.so and
    /usr/include/wraster.h. If for some reason you have these files in a
    place other than ./configure looks for them, use the --with-libwraster
    option to specify the proper prefix. If you have something really dumb
    like /usr/include/wraster.h and /usr/X11R6/lib/libwraster.so, try adding
    specific -I and -L options to your CFLAGS variable.

If you get errors about a missing pcre.h, and you have your header in
/usr/include/pcre/pcre.h instead of /usr/include/pcre.h, you will have to
add "-I/usr/include/pcre" to your CFLAGS variable when running ./configure.

If you get an error about anything missing in the b0rken subdirectory, the
problem is most likely that some library function or another is broken on
your system, configure detected this fact, a replacement was requested, and
no replacement is available. You are welcome to submit a patch.

For run-time hints, please see the HINTS file.