dockapps/wmweather+-2.12
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00
..
b0rken Initial dockapps git repo 2011-03-25 19:45:13 +01:00
m4 Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmgeneral Initial dockapps git repo 2011-03-25 19:45:13 +01:00
aclocal.m4 Initial dockapps git repo 2011-03-25 19:45:13 +01:00
animation.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
animation.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
avn.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
avn.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
bootstrap Initial dockapps git repo 2011-03-25 19:45:13 +01:00
ChangeLog Initial dockapps git repo 2011-03-25 19:45:13 +01:00
characters.xpm Initial dockapps git repo 2011-03-25 19:45:13 +01:00
config.h.in Initial dockapps git repo 2011-03-25 19:45:13 +01:00
configure Initial dockapps git repo 2011-03-25 19:45:13 +01:00
configure.ac Initial dockapps git repo 2011-03-25 19:45:13 +01:00
convert.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
convert.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
COPYING Initial dockapps git repo 2011-03-25 19:45:13 +01:00
depcomp Initial dockapps git repo 2011-03-25 19:45:13 +01:00
die.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
die.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
diff.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
diff.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
dock.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
dock.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
download.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
download.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
eta.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
eta.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
example.conf Initial dockapps git repo 2011-03-25 19:45:13 +01:00
font.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
font.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
forecast.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
forecast.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
getLine.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
getLine.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
HINTS Initial dockapps git repo 2011-03-25 19:45:13 +01:00
install-sh Initial dockapps git repo 2011-03-25 19:45:13 +01:00
Makefile.am Initial dockapps git repo 2011-03-25 19:45:13 +01:00
Makefile.in Initial dockapps git repo 2011-03-25 19:45:13 +01:00
metar.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
metar.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
missing Initial dockapps git repo 2011-03-25 19:45:13 +01:00
moon.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
moon.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
mrf.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
mrf.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
radar.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
radar.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
README Initial dockapps git repo 2011-03-25 19:45:13 +01:00
subst.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
subst.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
sunzenith.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
sunzenith.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
warnings.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
warnings.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmweather+.1 Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmweather+.1.in Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmweather+.c Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmweather+.h Initial dockapps git repo 2011-03-25 19:45:13 +01:00
wmweather_master.xpm Initial dockapps git repo 2011-03-25 19:45:13 +01:00

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.