File: README

package info (click to toggle)
guile-gnome-platform 2.16.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 18,784 kB
  • ctags: 3,680
  • sloc: sh: 12,195; lisp: 9,999; ansic: 8,512; makefile: 1,103; python: 356
file content (72 lines) | stat: -rw-r--r-- 1,971 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
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
guile-gnome-pkg README
Copyright (C) 2004,2006 Free Software Foundation, Inc.
See the end for copying conditions of this file.
Last updated 13 August 2006.


About guile-gnome
=================

guile-gnome is a Guile wrapper collection for the GNOME library stack.
It ships with an wrapper engine that allows semi-automatic wrapping of
GObject-based C APIs.


Copying guile-gnome
===================

Distribution of guile-gnome libraries and components is under the GPL.
See the COPYING file for more information.


Contact info
============

  Mailing List: guile-gtk-general@gnu.org
  Homepage:     http://www.gnu.org/software/guile-gnome/
  Download:     http://www.gnu.org/software/guile-gnome/download/


Build dependencies
==================

* Guile 1.6.4 or newer
  http://www.gnu.org/software/guile/
* G-Wrap 1.9.1 or above, but not 1.9.2
  http://www.nongnu.org/g-wrap/
* Development packages for individual wrapsets
  See README files in the wrapset subdirectories for more information.


Installation quickstart
=======================

Install using the standard autotools incantation:
  ./configure && make && make install.

Build from CVS or Arch using ./autogen.sh && make.

You can run without installing, just run './dev-environ guile'.


About the packaging
===================

guile-gnome is developed as a number of modular packages. Each wrapper
is contained within its own subdirectory, for instance glib/ or
gstreamer/.

You are reading this document from the toplevel umbrella package,
guile-gnome-pkg, which has no knowledge of packages contained within it.
For information on the individual wrappers contained in this package,
see the documentation in the subdirectories.


Copying this file
=================

Copyright (C) 2004,2006 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.