source: trunk/third/gnome-mag/README @ 21385

Revision 21385, 1.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21384, which included commits to RCS files with non-trunk default branches.
Line 
1This is gnome-mag version 0.11.14.
2
3This directory contains the gnome-mag magnification
4service definition and sample implementation.
5
6For more information about GAIL and accessibility in GNOME, see:
7 http://developer.gnome.org/projects/gap
8
9
10Standalone Command-line interface
11=================================
12
13gnome-mag provides a command-line interface for standalone use,
14although its primary goal is to provide a set of magnification
15services for use by other client applications and assistive
16technologies.
17
18For information on the "magnifier" command=line utility, type
19
20"magnifier --help" or "magnifier --usage" after installing
21gnome-mag.
22
23
24Dependencies
25============
26
27In order to get CVS gnome-mag installed on your system, you need to have
28the most recent CVS versions of libbonobo installed as well.
29Note that gnome-mag also requires gtk+ and gnome-commonr.
30
31Building
32========
33
34To compile a CVS version of libgail-gnome on your system, you will
35need to take several steps to setup the tree for compilation.  You
36can do all these steps at once by running:
37
38        cvsroot/gnome-mag# ./autogen.sh
39
40Basically this does the following for you:
41
42        cvsroot/gnome-mag# aclocal; automake; autoconf
43
44        The above commands create the "configure" script.  Now you
45        can run the configure script in cvsroot/gnome-mag to create all
46        the Makefiles.
47
48Before running autogen.sh or configure, make sure you have libtool
49in your path.
50
51Note that autogen.sh runs configure for you.  If you wish to pass
52options like --prefix=/usr to configure you can give those options
53to autogen.sh and they will be passed on to configure.
54
Note: See TracBrowser for help on using the repository browser.