blob: 92961163d5e66341eb60977b1244e9c64acfa634 (
plain)
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
|
This is gnome-mag version 0.15.6 (Stable)
This directory contains the gnome-mag magnification
service definition and sample implementation.
For more information about GAIL and accessibility in GNOME, see:
http://live.gnome.org/GAP
Standalone Command-line interface
=================================
gnome-mag provides a command-line interface for standalone use,
although its primary goal is to provide a set of magnification
services for use by other client applications and assistive
technologies.
For information on the "magnifier" command-line utility, type
"magnifier --help" or "magnifier --usage" after installing
gnome-mag.
Dependencies
============
In order to get SVN gnome-mag installed on your system, you need to have
the most recent SVN versions of libbonobo installed as well.
Note that gnome-mag also requires gtk+ and gnome-common.
Colorblind support requires libcolorblind from
http://alioth.debian.org/frs/download.php/1952/colorblind-0.0.1.tar.gz
Building
========
To compile a SVN version of libgail-gnome on your system, you will
need to take several steps to setup the tree for compilation. You
can do all these steps at once by running:
trunk/gnome-mag# ./autogen.sh
Basically this does the following for you:
trunk/gnome-mag# aclocal; automake; autoconf
The above commands create the "configure" script. Now you
can run the configure script in cvsroot/gnome-mag to create all
the Makefiles.
Before running autogen.sh or configure, make sure you have libtool
in your path.
Note that autogen.sh runs configure for you. If you wish to pass
options like --prefix=/usr to configure you can give those options
to autogen.sh and they will be passed on to configure.
|