File: README

package info (click to toggle)
hyena 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,408 kB
  • ctags: 4,822
  • sloc: cs: 28,647; sh: 619; makefile: 571
file content (21 lines) | stat: -rw-r--r-- 827 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is a library of useful GUI and non-GUI C# code, originally used in Banshee.

NOTE
** It is not API stable, and so is not installed to the GAC.**

Applications using it should make a local copy of whatever components you use.
That is, you should consider Hyena a build-time dependency, not a run-time, since
at run-time your app will contain a copy of Hyena.

There are variables defined in the pkg-config files that contain assemblies 
and files needed for a given component of Hyena (eg hyena, hyena.data.sqlite, 
and hyena.gui).

pkg-config --variable=Assemblies hyena
pkg-config --variable=Files hyena

You can look at PDF Mod for an example of how to use Hyena:

http://git.gnome.org/cgit/pdfmod/tree/configure.ac
http://git.gnome.org/cgit/pdfmod/tree/Makefile.am
http://git.gnome.org/cgit/pdfmod/tree/src/Makefile.am