-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (30 loc) · 1.43 KB
/
README
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
libgweather
===========
libgweather is a library to access weather information from online
services for numerous locations.
libgweather isn't supported in the devel platform, which means OS vendors
won't guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libgweather as users can always recompile against
a new version.
To use libgweather in your code, you need to define the
GWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
-DGWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.
Documentation for the API is available with gtk-doc.
You may download updates to the package from:
http://download.gnome.org/sources/libgweather/
To discuss libgweather, you may use the desktop-devel-list mailing list:
http://mail.gnome.org/mailman/listinfo/desktop-devel-list
Installation
============
See the file 'INSTALL'. If you are not using a released version of
libgweather (for example, if you checked out the code from git), you
first need to run './autogen.sh'.
How to report bugs
==================
Bugs should be reported to the GNOME bug tracking system:
https://bugzilla.gnome.org/ (product libgweather)
You will need to create an account for yourself.
Please read the following page on how to prepare a useful bug report:
https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
Please read the HACKING file for information on where to send changes or
bugfixes for this package.